diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e109791..1cb1262 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -40,7 +40,7 @@ jackson = ["jackson-core", "jackson-annotations", "jackson-databind"] [plugins] download = { id = "de.undercouch.download", version = "5.6.0" } -shadow = { id = "com.gradleup.shadow", version = "9.2.2" } +shadow = { id = "com.gradleup.shadow", version = "9.3.0" } versions = { id = "com.github.ben-manes.versions", version = "0.53.0" } license = { id = "com.github.hierynomus.license", version = "0.16.1" } gradle-extensions = { id = "com.github.vlsi.gradle-extensions", version = "3.0.1" }