From e1c7d91722f7c83ae5d546aaf7be4b224e1e4a5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Oct 2020 20:34:28 +0000 Subject: [PATCH] :arrow_up: Bump com.github.johnrengelman.shadow from 6.0.0 to 6.1.0 Bumps com.github.johnrengelman.shadow from 6.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 437d2aae..86fd9fb3 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { id 'checkstyle' id 'com.github.hierynomus.license' version '0.15.0' id 'java-library' - id 'com.github.johnrengelman.shadow' version '6.0.0' + id 'com.github.johnrengelman.shadow' version '6.1.0' id 'de.marcphilipp.nexus-publish' version '0.3.0' }