From 4eccc4cf2bc85d15209a671a3e29a40497579719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 06:32:10 +0000 Subject: [PATCH] Bump com.github.johnrengelman.shadow from 5.0.0 to 6.1.0 Bumps com.github.johnrengelman.shadow from 5.0.0 to 6.1.0. 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..187facb 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 '6.1.0' apply false } apply plugin: 'java' apply plugin: 'com.github.johnrengelman.shadow'