File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
2121 signing
2222 checkstyle
2323 jacoco
24- id(" com.github.spotbugs" ) version " 6.0.22 "
24+ id(" com.github.spotbugs" ) version " 6.0.23 "
2525 id(" io.codearte.nexus-staging" ) version " 0.30.0"
2626}
2727
@@ -90,9 +90,9 @@ subprojects {
9090
9191 // Apply junit 5 and hamcrest test dependencies to all java projects.
9292 dependencies {
93- testCompileOnly(" org.junit.jupiter:junit-jupiter-api:5.11.0 " )
94- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.11.0 " )
95- testCompileOnly(" org.junit.jupiter:junit-jupiter-params:5.11.0 " )
93+ testCompileOnly(" org.junit.jupiter:junit-jupiter-api:5.11.1 " )
94+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.11.1 " )
95+ testCompileOnly(" org.junit.jupiter:junit-jupiter-params:5.11.1 " )
9696 testCompileOnly(" org.hamcrest:hamcrest:3.0" )
9797 }
9898
You can’t perform that action at this time.
0 commit comments