deps: bump com.gradleup.shadow from 8.3.8 to 9.1.0

Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.8 to 9.1.0.
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...9.1.0)

---
updated-dependencies:
- dependency-name: com.gradleup.shadow
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-01 10:48:54 +00:00
committed by GitHub
parent d5bb520e5e
commit c212897333
+1 -1
View File
@@ -4,7 +4,7 @@ import java.text.SimpleDateFormat
plugins { plugins {
id 'checkstyle' id 'checkstyle'
id "com.github.spotbugs" version "6.2.2" id "com.github.spotbugs" version "6.2.2"
id 'com.gradleup.shadow' version '8.3.8' id 'com.gradleup.shadow' version '9.1.0'
id 'java' id 'java'
} }