We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4767752 commit 3bae22dCopy full SHA for 3bae22d
wrapper/build.gradle.kts
@@ -46,7 +46,7 @@ dependencies {
46
compileOnly("io.opentelemetry:opentelemetry-sdk:1.42.1")
47
compileOnly("io.opentelemetry:opentelemetry-sdk-metrics:1.43.0")
48
compileOnly("org.jsoup:jsoup:1.18.1")
49
- compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.24")
+ compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
50
51
testImplementation("org.junit.platform:junit-platform-commons:1.11.3")
52
testImplementation("org.junit.platform:junit-platform-engine:1.11.0")
0 commit comments