Skip to content

Commit 282d169

Browse files
authored
Bump the gradle-deps group with 5 updates (#3655)
2 parents 7ceda5b + c762150 commit 282d169

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ plugins {
1616
id "com.diffplug.spotless" version "7.2.1"
1717

1818
// EISOP Checker Framework
19-
id "org.checkerframework" version "0.6.56"
19+
id "org.checkerframework" version "0.6.57"
2020

21-
id("org.sonarqube") version "6.2.0.5505"
21+
id("org.sonarqube") version "6.3.1.5724"
2222
}
2323

2424
sonar {
@@ -104,8 +104,8 @@ subprojects {
104104
testImplementation project(':key.util')
105105

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

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

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 "9.0.1"
3+
id 'com.gradleup.shadow' version "9.1.0"
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 "9.0.1"
10+
id 'com.gradleup.shadow' version "9.1.0"
1111
}
1212

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

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

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

0 commit comments

Comments
 (0)