From 2dff9b5c67b6f1b31f68f5015e445101cca3ecea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 09:03:32 +0000 Subject: [PATCH] Bump com.github.johnrengelman.shadow from 5.0.0 to 7.1.1 Bumps com.github.johnrengelman.shadow from 5.0.0 to 7.1.1. --- updated-dependencies: - dependency-name: com.github.johnrengelman.shadow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b0b17dc..a294c85 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'net.minecrell.licenser' version '0.4.1' apply false id 'java' id 'application' - id 'com.github.johnrengelman.shadow' version '5.0.0' apply false + id 'com.github.johnrengelman.shadow' version '7.1.1' apply false } apply plugin: 'java' apply plugin: 'com.github.johnrengelman.shadow'