From 7c95e634a4591e532958b2c27969c8d20af70ebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:39:54 +0000 Subject: [PATCH] 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 251b1b8..0601665 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import com.github.spotbugs.snom.SpotBugsTask plugins { id 'checkstyle' id "com.github.spotbugs" version "6.4.2" - id 'com.gradleup.shadow' version '9.3.2' + id 'com.gradleup.shadow' version '9.4.1' id 'java' }