Update shadow plugin (#10153)

This commit is contained in:
Trask Stalnaker 2024-01-02 18:51:59 -08:00 committed by GitHub
parent 75bf4a33f2
commit 8304ab942c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
}