File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
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:7.0.2" )
58
58
implementation(" com.google.guava:guava:33.4.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.5 " )
60
+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.6 " )
61
61
implementation(" org.apache.httpcomponents:httpclient:4.5.14" )
62
62
implementation(" com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.19.1" )
63
63
implementation(" org.owasp:dependency-check-gradle:12.0.2" )
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:7.0.2"
16
- classpath " com.gradleup.shadow:shadow-gradle-plugin:8.3.5 "
16
+ classpath " com.gradleup.shadow:shadow-gradle-plugin:8.3.6 "
17
17
classpath " io.opentelemetry.instrumentation:gradle-plugins:2.13.0-alpha-SNAPSHOT"
18
18
}
19
19
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
into a single jar.
11
11
See https://imperceptiblethoughts.com/shadow/ for more details about Shadow plugin.
12
12
*/
13
- id " com.gradleup.shadow" version " 8.3.5 "
13
+ id " com.gradleup.shadow" version " 8.3.6 "
14
14
id " com.diffplug.spotless" version " 7.0.2"
15
15
16
16
id " io.opentelemetry.instrumentation.muzzle-generation" version " 2.13.0-alpha-SNAPSHOT"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
implementation(" org.eclipse.aether:aether-transport-http:${aetherVersion} " )
41
41
implementation(" org.apache.maven:maven-aether-provider:3.3.9" )
42
42
43
- implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.5 " )
43
+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.6 " )
44
44
45
45
testImplementation(" org.assertj:assertj-core:3.27.3" )
46
46
You can’t perform that action at this time.
0 commit comments