[build] Upgrade to shadow 7.1.2 (#3893)

This commit is contained in:
Tyler Veness
2022-01-11 21:10:15 -08:00
committed by GitHub
parent ba0908216c
commit cfb4f756d6

View File

@@ -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
}