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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-03 20:16:56 +00:00
committed by GitHub
parent d8bd2560ad
commit 6e97a1727f
+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.1" id "com.github.spotbugs" version "6.2.1"
id 'com.gradleup.shadow' version '8.3.7' id 'com.gradleup.shadow' version '8.3.8'
id 'java' id 'java'
} }