Skip to content

Commit 1be4bfd

Browse files
authored
Bump the gradle-deps group with 7 updates (#3731)
2 parents 7548022 + 89688c4 commit 1be4bfd

File tree

8 files changed

+105
-109
lines changed

8 files changed

+105
-109
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
// id "com.github.ben-manes.versions" version "0.39.0"
1414

1515
// Code formatting
16-
id "com.diffplug.spotless" version "8.1.0"
16+
id "com.diffplug.spotless" version "8.2.1"
1717

1818
// EISOP Checker Framework
1919
id "org.checkerframework" version "0.6.61"
@@ -79,7 +79,7 @@ subprojects {
7979
dependencies {
8080
implementation("org.slf4j:slf4j-api:2.0.17")
8181
implementation("org.slf4j:slf4j-api:2.0.17")
82-
testImplementation("ch.qos.logback:logback-classic:1.5.24")
82+
testImplementation("ch.qos.logback:logback-classic:1.5.27")
8383

8484

8585
compileOnly("org.jspecify:jspecify:1.0.0")
@@ -91,21 +91,21 @@ subprojects {
9191
checkerFramework "io.github.eisop:checker-qual:$eisop_version"
9292
checkerFramework "io.github.eisop:checker:$eisop_version"
9393

94-
testImplementation("ch.qos.logback:logback-classic:1.5.24")
95-
testImplementation("org.assertj:assertj-core:3.27.6")
96-
testImplementation("ch.qos.logback:logback-classic:1.5.24")
94+
testImplementation("ch.qos.logback:logback-classic:1.5.27")
95+
testImplementation("org.assertj:assertj-core:3.27.7")
96+
testImplementation("ch.qos.logback:logback-classic:1.5.27")
9797

9898
testImplementation(platform("org.junit:junit-bom:5.14.2"))
9999
testImplementation ("org.junit.jupiter:junit-jupiter-api")
100100
testImplementation ("org.junit.jupiter:junit-jupiter-params")
101101
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine")
102102
testRuntimeOnly ("org.junit.platform:junit-platform-launcher")
103-
testImplementation ("org.assertj:assertj-core:3.27.6")
103+
testImplementation ("org.assertj:assertj-core:3.27.7")
104104
testImplementation project(':key.util')
105105

106106
// test fixtures
107-
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1")
108-
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1")
107+
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.0")
108+
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.0")
109109

110110
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.2'
111111
}

gradle/wrapper/gradle-wrapper.jar

718 Bytes
Binary file not shown.

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.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

100644100755
Lines changed: 93 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

key.core.example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ application {
1010

1111
dependencies {
1212
implementation project(":key.core")
13-
implementation 'ch.qos.logback:logback-classic:1.5.24'
13+
implementation 'ch.qos.logback:logback-classic:1.5.27'
1414
}

key.ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation("info.picocli:picocli:4.7.7")
2929

3030
//logging implementation used by the slf4j
31-
implementation 'ch.qos.logback:logback-classic:1.5.24'
31+
implementation 'ch.qos.logback:logback-classic:1.5.27'
3232

3333
api 'org.key-project:docking-frames-common:1.1.3p1'
3434
api 'org.key-project:docking-frames-core:1.1.3p1'

keyext.isabelletranslation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Translation of Sequents to Isabelle"
33
dependencies {
44
implementation project(':key.core')
55
implementation project(':key.ui')
6-
implementation("de.unruh:scala-isabelle_2.13:0.4.3")
6+
implementation("de.unruh:scala-isabelle_2.13:0.4.5")
77
}
88

99
/*

0 commit comments

Comments
 (0)