[build] Upgrade to spotbugs Gradle plugin 5.0.8 (#4310)

This fixes a SecurityManager deprecation warning generated by spotbugs.
This commit is contained in:
Tyler Veness
2022-06-14 20:26:53 -07:00
committed by GitHub
parent fd884581e4
commit aebc272449
7 changed files with 21 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ plugins {
id 'net.ltgt.errorprone' version '2.0.2' apply false
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
id 'com.diffplug.spotless' version '6.4.2' apply false
id 'com.github.spotbugs' version '5.0.6' apply false
id 'com.github.spotbugs' version '5.0.8' apply false
}
wpilibVersioning.buildServerMode = project.hasProperty('buildServer')