Skip to content

Commit 101b55e

Browse files
authored
Bump SpotBugs from 4.6.0 to 4.7.0
1 parent bcbf9b0 commit 101b55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.0/gradle/vividus-library.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ buildscript {
257257
}
258258
apply plugin: com.github.spotbugs.snom.SpotBugsPlugin
259259
ext {
260-
spotbugsVersion = '4.6.0'
260+
spotbugsVersion = '4.7.0'
261261
}
262262
spotbugs.toolVersion = spotbugsVersion
263263
tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {

0 commit comments

Comments
 (0)