File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ plugins {
2222 signing
2323 checkstyle
2424 jacoco
25- id(" com.github.spotbugs" ) version " 6.0.8 "
26- id(" org.jreleaser" ) version " 1.9 .0"
25+ id(" com.github.spotbugs" ) version " 6.0.24 "
26+ id(" org.jreleaser" ) version " 1.14 .0"
2727}
2828
2929allprojects {
@@ -69,11 +69,11 @@ subprojects {
6969
7070 // Apply junit 5 and hamcrest test dependencies to all java projects.
7171 dependencies {
72- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10 .2" )
73- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.10 .2" )
74- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10 .2" )
72+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11 .2" )
73+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.11 .2" )
74+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11 .2" )
7575 testImplementation(" org.hamcrest:hamcrest:2.2" )
76- testImplementation(" org.mockito:mockito-junit-jupiter:5.12.0 " )
76+ testImplementation(" org.mockito:mockito-junit-jupiter:5.14.1 " )
7777 }
7878
7979 // Reusable license copySpec
You can’t perform that action at this time.
0 commit comments