File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
3232sonar {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
1010dependencies {
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
1616tasks. withType(Test ) {
Original file line number Diff line number Diff line change 11plugins {
22 id ' application'
3- id ' com.gradleup.shadow' version " 8.3.5 "
3+ id ' com.gradleup.shadow' version " 8.3.6 "
44}
55
66description = " Helper to remove generics from Java source code"
Original file line number Diff line number Diff 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
1313description = " User interface for the deductive verification of Java programs"
Original file line number Diff line number Diff line change 11plugins {
22 id ' application'
3- id ' com.gradleup.shadow' version " 8.3.5 "
3+ id ' com.gradleup.shadow' version " 8.3.6 "
44}
55
66description = " Management of larger verification with KeY."
You can’t perform that action at this time.
0 commit comments