From 470840bacaf419716b9aaa531ef3aa5b546a25c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:08:22 +0000 Subject: [PATCH] Update plugin com.gradleup.shadow to v8.3.4 (#445) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 44373f46..8fd9dfe8 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-library' // To create a fat jar build/libs/...-all.jar, run: ./gradlew shadowJar - id 'com.gradleup.shadow' version '8.3.3' + id 'com.gradleup.shadow' version '8.3.4' // Code formatting; defines targets "spotlessApply" and "spotlessCheck" // Version 6.14.0 and later requires JRE 11+, but version 6.13.0 doesn't work on JRE 21.