Update dependency com.gradleup.shadow:shadow-gradle-plugin to v8.3.3 (#2939)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-13 08:39:24 +00:00 committed by GitHub
parent b343be40c8
commit bdadef6511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ val properties = Properties().also { props ->
dependencies {
implementation(gradleApi())
implementation("org.ajoberstar.grgit:grgit-gradle:5.2.2")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.2")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.3")
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.7.3")
constraints {
val asmVersion = "[9.7,)"