From daa1973d01ffeb373bf80b3efa9907c992dd72e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 17:16:12 +0300 Subject: [PATCH] Bump com.github.johnrengelman.shadow from 7.0.0 to 7.1.0 in /Plan (#2112) Bumps com.github.johnrengelman.shadow from 7.0.0 to 7.1.0. --- updated-dependencies: - dependency-name: com.github.johnrengelman.shadow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 27d5b6a36..476c7606d 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -7,7 +7,7 @@ buildscript { } plugins { - id "com.github.johnrengelman.shadow" version "7.0.0" apply false + id "com.github.johnrengelman.shadow" version "7.1.0" apply false id "io.github.slimjar" version "1.2.2" apply false id "java" id "jacoco"