From a8211f7555eaf4b8136bef8ccc32c67b03627532 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 00:59:55 +0000 Subject: [PATCH] chore(deps): update plugin shadow to v9.3.1 --- 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 1cb1262..64f1f69 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -40,7 +40,7 @@ jackson = ["jackson-core", "jackson-annotations", "jackson-databind"] [plugins] download = { id = "de.undercouch.download", version = "5.6.0" } -shadow = { id = "com.gradleup.shadow", version = "9.3.0" } +shadow = { id = "com.gradleup.shadow", version = "9.3.1" } versions = { id = "com.github.ben-manes.versions", version = "0.53.0" } license = { id = "com.github.hierynomus.license", version = "0.16.1" } gradle-extensions = { id = "com.github.vlsi.gradle-extensions", version = "3.0.1" }