Skip to content

Commit 29e129b

Browse files
authored
Bump the gradle-deps group with 8 updates (#3797)
2 parents 6f8e46b + 7cae0f9 commit 29e129b

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
id("eclipse") //support for Eclipse
99

1010
// Code formatting
11-
id "com.diffplug.spotless" version "8.3.0"
11+
id "com.diffplug.spotless" version "8.4.0"
1212

1313
// EISOP Checker Framework
1414
id "org.checkerframework" version "0.6.61"
@@ -91,8 +91,8 @@ subprojects {
9191
testImplementation project(':key.util')
9292

9393
// test fixtures
94-
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.1")
95-
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.1")
94+
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.2")
95+
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.2")
9696

9797
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
9898
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

key.core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
api project(':key.util')
1010
api project(':key.ncore')
1111
api project(':key.ncore.calculus')
12-
testImplementation 'junit:junit:4.13.1'
12+
testImplementation 'junit:junit:4.13.2'
1313
//api group: group, name: 'recoderkey', version: '1.0'
1414

1515
// JavaCC
@@ -26,11 +26,11 @@ dependencies {
2626
api "org.key-project.proofjava:javaparser-core-serialization:$JP_VERSION"
2727
api "org.key-project.proofjava:javaparser-symbol-solver-core:$JP_VERSION"
2828

29-
testImplementation("com.google.truth:truth:1.4.4")
29+
testImplementation("com.google.truth:truth:1.4.5")
3030
testImplementation(project(":key.core"))
3131

3232
// https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml
33-
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2'
33+
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.2'
3434
}
3535

3636
// The target directory for JavaCC (parser generation)

key.ui/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
// Used to create a single executable jar file with all dependencies
99
// see task "shadowJar" below
1010
// https://github.com/GradleUp/shadow
11-
id 'com.gradleup.shadow' version "9.3.2"
11+
id 'com.gradleup.shadow' version "9.4.1"
1212
}
1313

1414
description = "User interface for the deductive verification of Java programs"
@@ -17,7 +17,7 @@ dependencies {
1717
implementation project(":key.core")
1818
//implementation project(":key.core.rifl")
1919

20-
implementation("com.formdev:flatlaf:3.7")
20+
implementation("com.formdev:flatlaf:3.7.1")
2121

2222
implementation project(":key.core.infflow")
2323
implementation project(":key.core.wd")

keyext.proofmanagement/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'application'
3-
id 'com.gradleup.shadow' version "9.3.2"
3+
id 'com.gradleup.shadow' version "9.4.1"
44
}
55

66
description = "Management of larger verification with KeY."

0 commit comments

Comments
 (0)