@@ -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.48 "
27+ id " org.checkerframework" version " 0.6.49 "
2828
2929 id(" org.sonarqube" ) version " 6.0.1.5171"
3030}
@@ -85,9 +85,9 @@ subprojects {
8585 }
8686
8787 dependencies {
88- implementation(" org.slf4j:slf4j-api:2.0.16 " )
89- implementation(" org.slf4j:slf4j-api:2.0.16 " )
90- testImplementation(" ch.qos.logback:logback-classic:1.5.15 " )
88+ implementation(" org.slf4j:slf4j-api:2.0.17 " )
89+ implementation(" org.slf4j:slf4j-api:2.0.17 " )
90+ testImplementation(" ch.qos.logback:logback-classic:1.5.17 " )
9191
9292 // compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.12.0'
9393 // compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.12.0'
@@ -101,12 +101,15 @@ subprojects {
101101 checkerFramework " io.github.eisop:checker-qual:$eisop_version "
102102 checkerFramework " io.github.eisop:checker:$eisop_version "
103103
104- testImplementation(" ch.qos.logback:logback-classic:1.5.15" )
105- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
106- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.4'
104+ testImplementation(" ch.qos.logback:logback-classic:1.5.17" )
105+
106+ testImplementation(platform(" org.junit:junit-bom:5.11.4" ))
107+ testImplementation (" org.junit.jupiter:junit-jupiter-api" )
108+ testImplementation (" org.junit.jupiter:junit-jupiter-api" )
109+ testImplementation (" org.junit.jupiter:junit-jupiter-params" )
110+ testRuntimeOnly (" org.junit.jupiter:junit-jupiter-engine" )
107111 testImplementation project(' :key.util' )
108112
109- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4'
110113 }
111114
112115 tasks. withType(JavaCompile ) {
0 commit comments