Skip to content

Commit d877816

Browse files
fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v8.3.1 (main) (#12209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d75899c commit d877816

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conventions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
5858
implementation("com.google.guava:guava:33.3.0-jre")
5959
implementation("gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18")
60-
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.0")
60+
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.1")
6161
implementation("org.apache.httpcomponents:httpclient:4.5.14")
6262
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.18")
6363
implementation("org.owasp:dependency-check-gradle:10.0.4")

examples/distro/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
}
1414
dependencies {
1515
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
16-
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.0"
16+
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.1"
1717
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.8.0-alpha-SNAPSHOT"
1818
}
1919
}

gradle-plugins/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
implementation("org.eclipse.aether:aether-transport-http:${aetherVersion}")
4040
implementation("org.apache.maven:maven-aether-provider:3.3.9")
4141

42-
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.0")
42+
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.1")
4343

4444
testImplementation("org.assertj:assertj-core:3.26.3")
4545

0 commit comments

Comments
 (0)