From 1ed14c1a9ea0f2c7359c5fc9ecdc391e52c42248 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:27:14 +0000 Subject: [PATCH] Update plugin shadow to v9.2.2 --- 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 7cd5b1d92..17b24dd54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -58,5 +58,5 @@ javadocLinks = { id = "io.github.sgtsilvio.gradle.javadoc-links", version = "0.8 license = { id = "com.github.hierynomus.license", version = "0.16.1" } mavenCentralPublishing = { id = "io.github.sgtsilvio.gradle.maven-central-publishing", version = "0.4.1" } metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.6.0" } -shadow = { id = "com.gradleup.shadow", version = "9.1.0" } +shadow = { id = "com.gradleup.shadow", version = "9.2.2" } utf8 = { id = "com.github.sgtsilvio.gradle.utf8", version = "0.1.0" }