From ae80e74e31299661bde0cfe032559831402b29a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:26:40 +0000 Subject: [PATCH] Update plugin com.gradleup.shadow to v8.3.4 (#316) 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 c3fffc2..c5182f3 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'application' // 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" // Requires JDK 11 or higher; the plugin crashes under JDK 8.