From 11d9859ef183779ee65bf38367264532c67bf928 Mon Sep 17 00:00:00 2001 From: Thad House Date: Sun, 19 Dec 2021 13:38:48 -0800 Subject: [PATCH] [build] Update plugins to remove log4j vulnerabilities (#3805) --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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')