From 4ac101241f6aafc789ec196bbed130ea5a0b96ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:13:04 +0000 Subject: [PATCH] fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.4.3 --- 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 d2943a5..93faf14 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ multiplatform-locale = { module = "com.vanniktech:multiplatform-locale", version multiplatform-locale-google-play-store = { module = "com.vanniktech:multiplatform-locale-google-play-store", version.ref = "multiplatform-locale" } plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } plugin-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" } -plugin-shadowjar = { module = "com.gradleup.shadow:shadow-gradle-plugin", version = "9.4.2" } +plugin-shadowjar = { module = "com.gradleup.shadow:shadow-gradle-plugin", version = "9.4.3" } [plugins] codequalitytools = { id = "com.vanniktech.code.quality.tools", version = "0.25.0" }