From 2a38acfd3a785b1c59b373791166be3ae514ec3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 09:04:10 +0000 Subject: [PATCH] Bump com.github.johnrengelman.shadow from 5.0.0 to 7.1.2 Bumps com.github.johnrengelman.shadow from 5.0.0 to 7.1.2. --- 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..cbac344 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.2' apply false } apply plugin: 'java' apply plugin: 'com.github.johnrengelman.shadow'