From 4743c776d01d7358aaf707cd8fc7ee59443c4533 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 21:07:03 +0000 Subject: [PATCH] Update plugin shadowjar to v9 --- 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 c9b075b09..e3bc3cfe3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -186,7 +186,7 @@ buildconfig = { id = "com.github.gmazzo.buildconfig", version = "6.0.9"} download = { id = "de.undercouch.download", version = "5.7.0"} # ShadowJar -shadowjar = { id = "com.gradleup.shadow", version = "8.3.11"} +shadowjar = { id = "com.gradleup.shadow", version = "9.4.2"} # Moko moko = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko" }