From c75c74ed3f44423c78f130bcce84712452d4bef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 02:15:45 +0000 Subject: [PATCH] Bump com.github.johnrengelman.shadow from 7.1.0 to 7.1.1 Bumps com.github.johnrengelman.shadow from 7.1.0 to 7.1.1. --- updated-dependencies: - dependency-name: com.github.johnrengelman.shadow dependency-type: direct:production update-type: version-update:semver-patch ... 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 5dbffe8..f7ef525 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import java.time.* plugins { java id("com.anatawa12.compile-time-constant") version "1.0.5" - id("com.github.johnrengelman.shadow") version "7.1.0" apply false + id("com.github.johnrengelman.shadow") version "7.1.1" apply false id("com.gradle.plugin-publish") version "0.16.0" apply false }