From 392f66e938a0c1c1fcd96c3ab5571b31ee964f42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 18:03:08 -0400 Subject: [PATCH] Update plugin shadowjar to v8.3.9 (#1597) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 94e40857..6fddc5a7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -176,7 +176,7 @@ buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.6.7"} download = { id = "de.undercouch.download", version = "5.6.0"} # ShadowJar -shadowjar = { id = "com.gradleup.shadow", version = "8.3.8"} +shadowjar = { id = "com.gradleup.shadow", version = "8.3.9"} # Moko moko = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko" }