From c98899d5014da63421e597e3c8364bb762ded0c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 12:01:08 -0400 Subject: [PATCH] Update plugin shadowjar to v8.3.10 (#2007) 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 60644206..d1e9dd32 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -182,7 +182,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.9"} +shadowjar = { id = "com.gradleup.shadow", version = "8.3.10"} # Moko moko = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko" }