@@ -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.44 "
27+ id " org.checkerframework" version " 0.6.45 "
2828}
2929
3030// Configure this project for use inside IntelliJ:
@@ -76,7 +76,7 @@ subprojects {
7676 dependencies {
7777 implementation(" org.slf4j:slf4j-api:2.0.16" )
7878 implementation(" org.slf4j:slf4j-api:2.0.16" )
79- testImplementation(" ch.qos.logback:logback-classic:1.5.8 " )
79+ testImplementation(" ch.qos.logback:logback-classic:1.5.12 " )
8080
8181 // compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.12.0'
8282 // compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.12.0'
@@ -89,12 +89,12 @@ subprojects {
8989 testCompileOnly " io.github.eisop:checker-qual:$eisop_version "
9090 checkerFramework " io.github.eisop:checker:$eisop_version "
9191
92- testImplementation(" ch.qos.logback:logback-classic:1.5.8 " )
93- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.1 '
94- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.1 '
92+ testImplementation(" ch.qos.logback:logback-classic:1.5.12 " )
93+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3 '
94+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.3 '
9595 testImplementation project(' :key.util' )
9696
97- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1 '
97+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.3 '
9898 }
9999
100100 tasks. withType(JavaCompile ) {
0 commit comments