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

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

---
updated-dependencies:
- dependency-name: com.gradleup.shadow
  dependency-version: 9.2.2
  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-29 04:44:08 +00:00
committed by GitHub
parent d5bb520e5e
commit a23f5daa17
+1 -1
View File
@@ -4,7 +4,7 @@ import java.text.SimpleDateFormat
plugins {
id 'checkstyle'
id "com.github.spotbugs" version "6.2.2"
id 'com.gradleup.shadow' version '8.3.8'
id 'com.gradleup.shadow' version '9.2.2'
id 'java'
}