File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
5656 // When updating, update above in plugins too
5757 implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.2.1" )
5858 implementation(" com.google.guava:guava:33.5.0-jre" )
59- implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.1 .0" )
59+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.2 .0" )
6060 implementation(" org.apache.httpcomponents:httpclient:4.5.14" )
6161 implementation(" com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.2" )
6262 implementation(" org.owasp:dependency-check-gradle:12.1.5" )
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.2.1"
16- classpath " com.gradleup.shadow:shadow-gradle-plugin:9.1 .0"
16+ classpath " com.gradleup.shadow:shadow-gradle-plugin:9.2 .0"
1717 classpath " io.opentelemetry.instrumentation:gradle-plugins:2.21.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 " 9.1.0 "
13+ id " com.gradleup.shadow" version " 9.2.1 "
1414 id " com.diffplug.spotless" version " 7.2.1"
1515
1616 id " io.opentelemetry.instrumentation.muzzle-generation" version " 2.21.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:9.1 .0" )
43+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.2 .0" )
4444
4545 testImplementation(" org.assertj:assertj-core:3.27.6" )
4646
@@ -57,13 +57,13 @@ tasks {
5757
5858 withType<JavaCompile >().configureEach {
5959 with (options) {
60- release.set(11 )
60+ release.set(17 )
6161 }
6262 }
6363
6464 withType(KotlinJvmCompile ::class ).configureEach {
6565 compilerOptions {
66- jvmTarget = JvmTarget .JVM_11
66+ jvmTarget = JvmTarget .JVM_17
6767 }
6868 }
6969}
@@ -87,7 +87,7 @@ gradlePlugin {
8787
8888java {
8989 toolchain {
90- languageVersion.set(JavaLanguageVersion .of(11 ))
90+ languageVersion.set(JavaLanguageVersion .of(17 ))
9191 }
9292 withJavadocJar()
9393 withSourcesJar()
You can’t perform that action at this time.
0 commit comments