From da5d811f0c11fb7950b34d469e30a24d6fda6b3d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 03:34:03 +0000 Subject: [PATCH] Bump com.github.johnrengelman.shadow from 6.1.0 to 7.0.0 Bumps com.github.johnrengelman.shadow from 6.1.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 fe55924..6cb0a5d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.github.johnrengelman.shadow" version "6.1.0" + id "com.github.johnrengelman.shadow" version "7.0.0" } apply plugin: 'java'