From 44db5823c57a7931136d8808897cbc611ac358f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 21:03:36 +0000 Subject: [PATCH] chore(deps): bump com.github.johnrengelman.shadow from 6.0.0 to 7.0.0 Bumps com.github.johnrengelman.shadow from 6.0.0 to 7.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 dcca38f6..df566b90 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { plugins { id 'java' id 'application' - id 'com.github.johnrengelman.shadow' version '6.0.0' + id 'com.github.johnrengelman.shadow' version '7.0.0' id 'io.freefair.lombok' version '5.2.1' }