Browse Source

Update shadow plugin (#10153)

Trask Stalnaker 1 year ago
parent
commit
8304ab942c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/distro/build.gradle

+ 1 - 1
examples/distro/build.gradle

@@ -13,7 +13,7 @@ buildscript {
   }
   dependencies {
     classpath "com.diffplug.spotless:spotless-plugin-gradle:6.23.3"
-    classpath "gradle.plugin.com.github.johnrengelman:shadow:8.0.0"
+    classpath "com.github.johnrengelman:shadow:8.1.1"
     classpath "io.opentelemetry.instrumentation:gradle-plugins:1.33.0-alpha-SNAPSHOT"
   }
 }