Skip to content

Commit 22b6dcc

Browse files
authored
Bump the gradle-deps group with 8 updates (#3627)
2 parents 4cbaeda + 8a6b05f commit 22b6dcc

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424
id "com.diffplug.spotless" version "7.0.4"
2525

2626
// EISOP Checker Framework
27-
id "org.checkerframework" version "0.6.53"
27+
id "org.checkerframework" version "0.6.55"
2828

2929
id("org.sonarqube") version "6.2.0.5505"
3030
}
@@ -101,9 +101,9 @@ subprojects {
101101

102102
testImplementation("ch.qos.logback:logback-classic:1.5.18")
103103
testImplementation("org.assertj:assertj-core:3.27.3")
104-
testImplementation("ch.qos.logback:logback-classic:1.5.17")
104+
testImplementation("ch.qos.logback:logback-classic:1.5.18")
105105

106-
testImplementation(platform("org.junit:junit-bom:5.12.2"))
106+
testImplementation(platform("org.junit:junit-bom:5.13.2"))
107107
testImplementation ("org.junit.jupiter:junit-jupiter-api")
108108
testImplementation ("org.junit.jupiter:junit-jupiter-api")
109109
testImplementation ("org.junit.jupiter:junit-jupiter-params")
@@ -112,10 +112,10 @@ subprojects {
112112
testImplementation project(':key.util')
113113

114114
// test fixtures
115-
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2")
116-
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
115+
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1")
116+
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1")
117117

118-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
118+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
119119
}
120120

121121
tasks.withType(JavaCompile) {

key.removegenerics/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 "8.3.6"
3+
id 'com.gradleup.shadow' version "8.3.8"
44
}
55

66
description = "Helper to remove generics from Java source code"

key.ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
// Used to create a single executable jar file with all dependencies
88
// see task "shadowJar" below
99
// https://github.com/GradleUp/shadow
10-
id 'com.gradleup.shadow' version "8.3.6"
10+
id 'com.gradleup.shadow' version "8.3.8"
1111
}
1212

1313
description = "User interface for the deductive verification of Java programs"

keyext.isabelletranslation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ 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-RC2")
6+
implementation("de.unruh:scala-isabelle_2.13:0.4.3")
77
}

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 "8.3.6"
3+
id 'com.gradleup.shadow' version "8.3.8"
44
}
55

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

0 commit comments

Comments
 (0)