File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
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.1-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.3 " )
60
+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.4 " )
61
61
implementation(" org.apache.httpcomponents:httpclient:4.5.14" )
62
62
implementation(" com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.18.1" )
63
63
implementation(" org.owasp:dependency-check-gradle:11.0.0" )
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.3 "
16
+ classpath " com.gradleup.shadow:shadow-gradle-plugin:8.3.4 "
17
17
classpath " io.opentelemetry.instrumentation:gradle-plugins:2.10.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.3 "
13
+ id " com.gradleup.shadow" version " 8.3.4 "
14
14
id " com.diffplug.spotless" version " 6.25.0"
15
15
16
16
id " io.opentelemetry.instrumentation.muzzle-generation" version " 2.10.0-alpha-SNAPSHOT"
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.3 " )
42
+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.4 " )
43
43
44
44
testImplementation(" org.assertj:assertj-core:3.26.3" )
45
45
@@ -56,13 +56,13 @@ tasks {
56
56
57
57
withType<JavaCompile >().configureEach {
58
58
with (options) {
59
- release.set(8 )
59
+ release.set(11 )
60
60
}
61
61
}
62
62
63
63
withType(KotlinCompile ::class ).configureEach {
64
64
kotlinOptions {
65
- jvmTarget = " 1.8 "
65
+ jvmTarget = " 11 "
66
66
}
67
67
}
68
68
}
You can’t perform that action at this time.
0 commit comments