Skip to content

Commit

Permalink
fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin…
Browse files Browse the repository at this point in the history
… to v8.3.1 (main) (#12209)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 10, 2024
1 parent d75899c commit d877816
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conventions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
implementation("com.google.guava:guava:33.3.0-jre")
implementation("gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.0")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.1")
implementation("org.apache.httpcomponents:httpclient:4.5.14")
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.18")
implementation("org.owasp:dependency-check-gradle:10.0.4")
Expand Down
2 changes: 1 addition & 1 deletion examples/distro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.0"
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.1"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.8.0-alpha-SNAPSHOT"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("org.eclipse.aether:aether-transport-http:${aetherVersion}")
implementation("org.apache.maven:maven-aether-provider:3.3.9")

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

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

Expand Down

0 comments on commit d877816

Please sign in to comment.