From eb6050fd11d467b7ca72f36b2c9e6e88a5aab764 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 04:04:22 +0000 Subject: [PATCH] Bump com.github.johnrengelman.shadow from 5.2.0 to 7.0.0 Bumps com.github.johnrengelman.shadow from 5.2.0 to 7.0.0. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 69d14005..c5e53618 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ plugins { // Versions 1.6.10 thru 2.0.0 depend on a beta version of slf4j, which we don't resolve. // So for now we stay on this version of the plugin. id 'com.github.spotbugs' version '1.6.9' - id 'com.github.johnrengelman.shadow' version '5.2.0' + id 'com.github.johnrengelman.shadow' version '7.0.0' id 'pl.allegro.tech.build.axion-release' version '1.12.0' }