From 7ee53c2a9fc59b1894ce75fc2c2b2b76c67506ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 01:04:12 +0000 Subject: [PATCH] Bump com.github.johnrengelman.shadow from 7.1.2 to 8.1.1 in /Plan Bumps com.github.johnrengelman.shadow from 7.1.2 to 8.1.1. --- updated-dependencies: - dependency-name: com.github.johnrengelman.shadow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index a843f4bae..55e74efec 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -11,7 +11,7 @@ buildscript { } plugins { - id "com.github.johnrengelman.shadow" version "7.1.2" apply false + id "com.github.johnrengelman.shadow" version "8.1.1" apply false id "java" id 'java-library' id "jacoco"