File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ plugins {
2424 id " com.diffplug.spotless" version " 6.25.0"
2525
2626 // EISOP Checker Framework
27- id " org.checkerframework" version " 0.6.45 "
27+ id " org.checkerframework" version " 0.6.48 "
2828
2929 id(" org.sonarqube" ) version " 5.0.0.4638"
3030}
@@ -94,10 +94,11 @@ subprojects {
9494
9595 compileOnly(" org.jspecify:jspecify:1.0.0" )
9696 testCompileOnly(" org.jspecify:jspecify:1.0.0" )
97- def eisop_version = " 3.42.0-eisop4 "
97+ def eisop_version = " 3.42.0-eisop5 "
9898 compileOnly " io.github.eisop:checker-qual:$eisop_version "
9999 compileOnly " io.github.eisop:checker-util:$eisop_version "
100100 testCompileOnly " io.github.eisop:checker-qual:$eisop_version "
101+ checkerFramework " io.github.eisop:checker-qual:$eisop_version "
101102 checkerFramework " io.github.eisop:checker:$eisop_version "
102103
103104 testImplementation(" ch.qos.logback:logback-classic:1.5.12" )
You can’t perform that action at this time.
0 commit comments