File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
57
57
implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.25.0" )
58
58
implementation(" com.google.guava:guava:33.3.0-jre" )
59
59
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 " )
61
61
implementation(" org.apache.httpcomponents:httpclient:4.5.14" )
62
62
implementation(" com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.18" )
63
63
implementation(" org.owasp:dependency-check-gradle:10.0.4" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
}
14
14
dependencies {
15
15
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 "
17
17
classpath " io.opentelemetry.instrumentation:gradle-plugins:2.8.0-alpha-SNAPSHOT"
18
18
}
19
19
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
implementation(" org.eclipse.aether:aether-transport-http:${aetherVersion} " )
40
40
implementation(" org.apache.maven:maven-aether-provider:3.3.9" )
41
41
42
- implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.0 " )
42
+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.1 " )
43
43
44
44
testImplementation(" org.assertj:assertj-core:3.26.3" )
45
45
You can’t perform that action at this time.
0 commit comments