Skip to content

Commit a094d2a

Browse files
authored
Bump the gradle-deps group with 5 updates (#3617)
2 parents ce897db + 33b1819 commit a094d2a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ plugins {
2121
// id "com.github.ben-manes.versions" version "0.39.0"
2222

2323
// Code formatting
24-
id "com.diffplug.spotless" version "7.0.3"
24+
id "com.diffplug.spotless" version "7.0.4"
2525

2626
// EISOP Checker Framework
2727
id "org.checkerframework" version "0.6.53"
2828

29-
id("org.sonarqube") version "6.1.0.5360"
29+
id("org.sonarqube") version "6.2.0.5505"
3030
}
3131

3232
sonar {

key.ncore.calculus/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
dependencies {
1111
api project(':key.util')
1212
api project(':key.ncore')
13-
implementation 'org.jspecify:jspecify:0.3.0'
13+
implementation 'org.jspecify:jspecify:1.0.0'
1414
}
1515

1616
tasks.withType(Test) {

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

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

0 commit comments

Comments
 (0)