From 905ec89c088851e635b33d4700507fc747c1e3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 08:24:09 +0000 Subject: [PATCH] Bump com.github.johnrengelman.shadow from 5.0.0 to 6.0.0 Bumps com.github.johnrengelman.shadow from 5.0.0 to 6.0.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..ffffd6a 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.0.0' apply false } apply plugin: 'java' apply plugin: 'com.github.johnrengelman.shadow'