File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
2424sonar {
@@ -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 }
Original file line number Diff line number Diff line change 11plugins {
22 id ' application'
3- id ' com.gradleup.shadow' version " 9.0.1 "
3+ id ' com.gradleup.shadow' version " 9.1.0 "
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 " 9.0.1 "
10+ id ' com.gradleup.shadow' version " 9.1.0 "
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 " 9.0.1 "
3+ id ' com.gradleup.shadow' version " 9.1.0 "
44}
55
66description = " Management of larger verification with KeY."
You can’t perform that action at this time.
0 commit comments