Skip to content

Commit

Permalink
Bump org.key-project:key.util from 2.12.0 to 2.12.1
Browse files Browse the repository at this point in the history
Bumps [org.key-project:key.util](https://github.com/keyproject/key) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/keyproject/key/releases)
- [Commits](KeYProject/key@KeY-2.12.0...KEY-2.12.1)

---
updated-dependencies:
- dependency-name: org.key-project:key.util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 3ddd915 commit 798e8a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion citool/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "1.4.0"

dependencies {
implementation("org.key-project:key.core:2.12.0")
implementation("org.key-project:key.util:2.12.0")
implementation("org.key-project:key.util:2.12.1")

val plugin by configurations
plugin("org.slf4j:slf4j-simple:2.0.9")
Expand Down
2 changes: 1 addition & 1 deletion ide/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

dependencies {
implementation("org.key-project:key.core:2.12.0")
implementation("org.key-project:key.util:2.12.0")
implementation("org.key-project:key.util:2.12.1")
implementation("com.miglayout:miglayout-javafx:11.1")
implementation("org.fxmisc.richtext:richtextfx:0.11.1")
implementation("org.kordamp.ikonli:ikonli-antdesignicons-pack:12.3.1")
Expand Down
2 changes: 1 addition & 1 deletion interactionlog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tasks.getByName<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("sha

dependencies {
implementation("org.key-project:key.core:2.12.0")
implementation("org.key-project:key.util:2.12.0")
implementation("org.key-project:key.util:2.12.1")
implementation("org.key-project:key.ui:2.12.0")
implementation("org.slf4j:slf4j-api:2.0.9")

Expand Down
2 changes: 1 addition & 1 deletion miniweb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("org.slf4j:slf4j-simple:2.0.9")

implementation("org.key-project:key.core:2.12.0")
implementation("org.key-project:key.util:2.12.0")
implementation("org.key-project:key.util:2.12.1")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion tadoc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application {

dependencies {
implementation("org.key-project:key.core:2.12.0")
implementation("org.key-project:key.util:2.12.0")
implementation("org.key-project:key.util:2.12.1")

implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.10.1")
implementation("com.atlassian.commonmark:commonmark:0.17.0")
Expand Down

0 comments on commit 798e8a6

Please sign in to comment.