From cfb4f756d651ba665e25b3e8aba76dd8a9d52c3b Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Tue, 11 Jan 2022 21:10:15 -0800 Subject: [PATCH] [build] Upgrade to shadow 7.1.2 (#3893) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 26f770c096..c314ec0ba6 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { id 'idea' id 'visual-studio' id 'net.ltgt.errorprone' version '2.0.2' apply false - id 'com.github.johnrengelman.shadow' version '7.1.1' 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 }