From 4ff7404bfc1b01f0c7b9a8f6e68f15ebcd4028ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 12:05:44 +0000 Subject: [PATCH] Bump com.github.johnrengelman.shadow from 6.1.0 to 7.1.0 Bumps com.github.johnrengelman.shadow from 6.1.0 to 7.1.0. --- updated-dependencies: - dependency-name: com.github.johnrengelman.shadow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index adaa7e6..df76837 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { `java-library` `maven-publish` checkstyle - id("com.github.johnrengelman.shadow") version "6.1.0" + id("com.github.johnrengelman.shadow") version "7.1.0" id("com.gorylenko.gradle-git-properties") version "2.2.4" id("com.github.spotbugs") version "4.6.2" }