Skip to content

Commit 5d1cae6

Browse files
committed
Revert "Bump SpotBugs from 4.6.0 to 4.7.0"
This reverts commit 101b55e. The reason is spotbugs/spotbugs#2040
1 parent 101b55e commit 5d1cae6

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.7.0'
260+
spotbugsVersion = '4.6.0'
261261
}
262262
spotbugs.toolVersion = spotbugsVersion
263263
tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {

0 commit comments

Comments
 (0)