File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ plugins {
2121 signing
2222 checkstyle
2323 jacoco
24- id(" com.github.spotbugs" ) version " 4.7.1 "
25- id(" org.jreleaser" ) version " 1.18 .0"
24+ id(" com.github.spotbugs" ) version " 6.3.0 "
25+ id(" org.jreleaser" ) version " 1.20 .0"
2626}
2727
2828allprojects {
@@ -72,10 +72,10 @@ subprojects {
7272
7373 // Apply junit 5 and hamcrest test dependencies to all java projects.
7474 dependencies {
75- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.4.0 " )
76- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.4.0 " )
77- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.4.0 " )
78- testImplementation(" org.hamcrest:hamcrest:2.1 " )
75+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.4 " )
76+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.13.4 " )
77+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.13.4 " )
78+ testImplementation(" org.hamcrest:hamcrest:3.0 " )
7979 }
8080
8181 // Reusable license copySpec
Original file line number Diff line number Diff line change 2424 <Match >
2525 <Bug pattern =" SE_NO_SERIALVERSIONID,SE_BAD_FIELD" />
2626 </Match >
27+
28+ <Match >
29+ <Bug pattern =" VA_FORMAT_STRING_USES_NEWLINE" />
30+ </Match >
2731</FindBugsFilter >
You can’t perform that action at this time.
0 commit comments