@@ -26,7 +26,7 @@ plugins {
2626 // EISOP Checker Framework
2727 id " org.checkerframework" version " 0.6.48"
2828
29- id(" org.sonarqube" ) version " 5 .0.0.4638 "
29+ id(" org.sonarqube" ) version " 6 .0.1.5171 "
3030}
3131
3232sonar {
@@ -87,7 +87,7 @@ subprojects {
8787 dependencies {
8888 implementation(" org.slf4j:slf4j-api:2.0.16" )
8989 implementation(" org.slf4j:slf4j-api:2.0.16" )
90- testImplementation(" ch.qos.logback:logback-classic:1.5.12 " )
90+ testImplementation(" ch.qos.logback:logback-classic:1.5.15 " )
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,12 @@ 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.12 " )
105- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3 '
106- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.3 '
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 '
107107 testImplementation project(' :key.util' )
108108
109- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.3 '
109+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
110110 }
111111
112112 tasks. withType(JavaCompile ) {
0 commit comments