From 1f89f49cafa01682f43f95e21c96d2b507ddd401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:57:27 -0700 Subject: [PATCH] Bump shadowPlugin from 9.4.1 to 9.4.2 (#1642) Bumps `shadowPlugin` from 9.4.1 to 9.4.2. Updates `com.gradleup.shadow:com.gradleup.shadow.gradle.plugin` from 9.4.1 to 9.4.2
Release notes

Sourced from com.gradleup.shadow:com.gradleup.shadow.gradle.plugin's releases.

9.4.2

Changed

Commits

Updates `com.gradleup.shadow` from 9.4.1 to 9.4.2
Release notes

Sourced from com.gradleup.shadow's releases.

9.4.2

Changed

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 f432a6f78..8d64a74e5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -58,7 +58,7 @@ nullaway = "0.13.4" nullawayPlugin = "3.0.0" nuValidator = "26.5.21" paguro = "3.10.3" -shadowPlugin = "9.4.1" +shadowPlugin = "9.4.2" slf4j = "2.0.18" snakeYaml = "3.0.1" spotlessPlugin = "8.6.0"