diff --git a/build.gradle b/build.gradle index 0c2f57bb08..f93d0b1090 100644 --- a/build.gradle +++ b/build.gradle @@ -19,9 +19,9 @@ plugins { id 'idea' id 'visual-studio' id 'net.ltgt.errorprone' version '2.0.2' apply false - id 'com.github.johnrengelman.shadow' version '7.1.0' apply false - id 'com.diffplug.spotless' version '6.0.3' apply false - id 'com.github.spotbugs' version '5.0.0' apply false + id 'com.github.johnrengelman.shadow' version '7.1.1' apply false + id 'com.diffplug.spotless' version '6.0.5' apply false + id 'com.github.spotbugs' version '5.0.3' apply false } wpilibVersioning.buildServerMode = project.hasProperty('buildServer')