File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ plugins {
22
22
signing
23
23
checkstyle
24
24
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.1.3 "
26
+ id(" org.jreleaser" ) version " 1.16 .0"
27
27
}
28
28
29
29
allprojects {
@@ -69,11 +69,11 @@ subprojects {
69
69
70
70
// Apply junit 5 and hamcrest test dependencies to all java projects.
71
71
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.4 " )
73
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
74
+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.4 " )
75
75
testImplementation(" org.hamcrest:hamcrest:2.2" )
76
- testImplementation(" org.mockito:mockito-junit-jupiter:5.12.0 " )
76
+ testImplementation(" org.mockito:mockito-junit-jupiter:5.15.2 " )
77
77
}
78
78
79
79
// Reusable license copySpec
You can’t perform that action at this time.
0 commit comments