Skip to content

Commit 7178d2a

Browse files
committed
fix spotbugs, i believe the fix was introduced in 4.8.0: spotbugs/spotbugs#2567 (comment)
1 parent c132ab5 commit 7178d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ subprojects { subproj ->
243243
excludeFilter = rootProject.file('spotbugs-exclude-filter-file.xml')
244244
reportLevel = 'high'
245245
showProgress = false
246-
toolVersion = '4.7.3'
246+
toolVersion = '4.8.2'
247247
}
248248

249249
test {

0 commit comments

Comments
 (0)