From f8ed3fdac5cb2afb2436ec3534c9a0348a1c546e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 10:55:07 +0000 Subject: [PATCH] chore(deps): bump com.gradleup.shadow from 9.3.2 to 9.4.1 Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 9.3.2 to 9.4.1. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.3.2...9.4.1) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 78ffe13..f58738a 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ import com.github.spotbugs.snom.SpotBugsTask plugins { id 'java' id 'maven-publish' - id 'com.gradleup.shadow' version '9.3.2' + id 'com.gradleup.shadow' version '9.4.1' id 'com.diffplug.spotless' version '8.4.0' id 'com.github.spotbugs' version '6.5.4' id 'pmd'