File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.39 "
27+ id " org.checkerframework" version " 0.6.41 "
2828}
2929
3030// Configure this project for use inside IntelliJ:
@@ -90,11 +90,11 @@ subprojects {
9090 checkerFramework " io.github.eisop:checker:$eisop_version "
9191
9292 testImplementation(" ch.qos.logback:logback-classic:1.5.6" )
93- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.2 '
94- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.10.2 '
93+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.3 '
94+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.10.3 '
9595 testImplementation project(' :key.util' )
9696
97- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.2 '
97+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.3 '
9898 }
9999
100100 tasks. withType(JavaCompile ) {
You can’t perform that action at this time.
0 commit comments