Upgrade: Bump com.gradleup.shadow from 8.3.0 to 8.3.2 (#36)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-15 15:04:11 +02:00 committed by GitHub
parent 9cd4de796e
commit c074a7b613
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
plugins { plugins {
`java-library` `java-library`
id("com.gradleup.shadow") version "8.3.0" id("com.gradleup.shadow") version "8.3.2"
} }
repositories { repositories {