File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
5757 implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.0.4" )
5858 implementation(" com.google.guava:guava:33.4.8-jre" )
5959 implementation(" gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18" )
60- implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.7 " )
60+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.8 " )
6161 implementation(" org.apache.httpcomponents:httpclient:4.5.14" )
6262 implementation(" com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.0.2" )
6363 implementation(" org.owasp:dependency-check-gradle:12.1.3" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
1313 }
1414 dependencies {
1515 classpath " com.diffplug.spotless:spotless-plugin-gradle:7.0.4"
16- classpath " com.gradleup.shadow:shadow-gradle-plugin:8.3.7 "
16+ classpath " com.gradleup.shadow:shadow-gradle-plugin:8.3.8 "
1717 classpath " io.opentelemetry.instrumentation:gradle-plugins:2.18.0-alpha-SNAPSHOT"
1818 }
1919}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010 into a single jar.
1111 See https://imperceptiblethoughts.com/shadow/ for more details about Shadow plugin.
1212 */
13- id " com.gradleup.shadow" version " 8.3.7 "
13+ id " com.gradleup.shadow" version " 8.3.8 "
1414 id " com.diffplug.spotless" version " 7.0.4"
1515
1616 id " io.opentelemetry.instrumentation.muzzle-generation" version " 2.18.0-alpha-SNAPSHOT"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
4040 implementation(" org.eclipse.aether:aether-transport-http:${aetherVersion} " )
4141 implementation(" org.apache.maven:maven-aether-provider:3.3.9" )
4242
43- implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.7 " )
43+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.8 " )
4444
4545 testImplementation(" org.assertj:assertj-core:3.27.3" )
4646
You can’t perform that action at this time.
0 commit comments