fix(deps): update gradle shadow packages to v8.3.6 (patch) (#13168)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-02 18:31:07 -08:00 committed by GitHub
parent a9217ee079
commit ed701b799d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2")
implementation("com.google.guava:guava:33.4.0-jre")
implementation("gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.6")
implementation("org.apache.httpcomponents:httpclient:4.5.14")
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.19.1")
implementation("org.owasp:dependency-check-gradle:12.0.2")

View File

@ -13,7 +13,7 @@ buildscript {
}
dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:7.0.2"
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.5"
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.6"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.13.0-alpha-SNAPSHOT"
}
}

View File

@ -10,7 +10,7 @@ plugins {
into a single jar.
See https://imperceptiblethoughts.com/shadow/ for more details about Shadow plugin.
*/
id "com.gradleup.shadow" version "8.3.5"
id "com.gradleup.shadow" version "8.3.6"
id "com.diffplug.spotless" version "7.0.2"
id "io.opentelemetry.instrumentation.muzzle-generation" version "2.13.0-alpha-SNAPSHOT"

View File

@ -40,7 +40,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.5")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.6")
testImplementation("org.assertj:assertj-core:3.27.3")