Browse Source

Update gradle shadow plugin version (#10149)

Lauri Tulmin 1 year ago
parent
commit
af58c87bee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle-plugins/build.gradle.kts

+ 1 - 1
gradle-plugins/build.gradle.kts

@@ -39,7 +39,7 @@ dependencies {
   implementation("org.eclipse.aether:aether-transport-http:${aetherVersion}")
   implementation("org.apache.maven:maven-aether-provider:3.3.9")
 
-  implementation("gradle.plugin.com.github.johnrengelman:shadow:8.0.0")
+  implementation("com.github.johnrengelman:shadow:8.1.1")
 
   testImplementation("org.assertj:assertj-core:3.25.0")