From 76980c2283dd576dcc063bfcf7c94f861c41ff30 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 09:48:44 +0000 Subject: [PATCH] Bump com.github.johnrengelman.shadow from 4.0.3 to 7.0.0 Bumps com.github.johnrengelman.shadow from 4.0.3 to 7.0.0. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc62d0a0..22624be2 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id 'java' id 'checkstyle' id 'application' - id 'com.github.johnrengelman.shadow' version '4.0.3' + id 'com.github.johnrengelman.shadow' version '7.0.0' id 'com.bmuschko.docker-remote-api' version '4.2.0' id 'com.moowork.node' version '1.2.0' }