From 85611a9231d3b4b8ad79527708c9beb8b95cc21f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 09:31:58 +0000 Subject: [PATCH] Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.6.0 --- 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 c82db27443..16824925db 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.5.1" } +pluginz-shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version = "9.6.0" } pluginz-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.8.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" }