From e78cd4986142237f823d8a750832a3dfc22cff7c Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Tue, 11 Jan 2022 22:24:16 -0800 Subject: [PATCH] [build] Upgrade Java formatter plugins (#3894) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c314ec0ba6..c2d5f98b5c 100644 --- a/build.gradle +++ b/build.gradle @@ -20,8 +20,8 @@ plugins { id 'visual-studio' 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.0.5' apply false - id 'com.github.spotbugs' version '5.0.3' apply false + id 'com.diffplug.spotless' version '6.1.2' apply false + id 'com.github.spotbugs' version '5.0.4' apply false } wpilibVersioning.buildServerMode = project.hasProperty('buildServer')