@@ -24,7 +24,7 @@ plugins {
2424 id " com.diffplug.spotless" version " 7.0.4"
2525
2626 // EISOP Checker Framework
27- id " org.checkerframework" version " 0.6.53 "
27+ id " org.checkerframework" version " 0.6.55 "
2828
2929 id(" org.sonarqube" ) version " 6.2.0.5505"
3030}
@@ -101,9 +101,9 @@ subprojects {
101101
102102 testImplementation(" ch.qos.logback:logback-classic:1.5.18" )
103103 testImplementation(" org.assertj:assertj-core:3.27.3" )
104- testImplementation(" ch.qos.logback:logback-classic:1.5.17 " )
104+ testImplementation(" ch.qos.logback:logback-classic:1.5.18 " )
105105
106- testImplementation(platform(" org.junit:junit-bom:5.12 .2" ))
106+ testImplementation(platform(" org.junit:junit-bom:5.13 .2" ))
107107 testImplementation (" org.junit.jupiter:junit-jupiter-api" )
108108 testImplementation (" org.junit.jupiter:junit-jupiter-api" )
109109 testImplementation (" org.junit.jupiter:junit-jupiter-params" )
@@ -112,10 +112,10 @@ subprojects {
112112 testImplementation project(' :key.util' )
113113
114114 // test fixtures
115- testImplementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2 " )
116- testImplementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2 " )
115+ testImplementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1 " )
116+ testImplementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1 " )
117117
118- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
118+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.2 '
119119 }
120120
121121 tasks. withType(JavaCompile ) {
0 commit comments