From c5e9ee90a9b06d1c54485a12b7a0153a278a1f3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 06:58:13 +0000 Subject: [PATCH] Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.4.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 d02f0ba8b4..42caab75fd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -83,7 +83,7 @@ pluginz-binaryCompatibilityValidator = { module = "org.jetbrains.kotlinx.binary- pluginz-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokka" } pluginz-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } pluginz-kotlinSerialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" } -pluginz-shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version = "9.4.1" } +pluginz-shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version = "9.4.2" } pluginz-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.6.0" } pluginz-buildConfig = { module = "com.github.gmazzo:gradle-buildconfig-plugin", version = "3.1.0" } protobuf-gradlePlugin = { module = "com.google.protobuf:protobuf-gradle-plugin", version.ref = "protobufGradlePlugin" }