File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 2.1.10 "
3- id(" com.gradleup.shadow" ) version " 8.3.6 "
4- id(" org.jlleitschuh.gradle.ktlint" ) version " 12.2 .0"
2+ kotlin(" jvm" ) version " 2.2.0 "
3+ id(" com.gradleup.shadow" ) version " 8.3.8 "
4+ id(" org.jlleitschuh.gradle.ktlint" ) version " 13.0 .0"
55}
66
77version = " 1.0.0"
@@ -13,11 +13,11 @@ repositories {
1313}
1414
1515dependencies {
16- val otelVersion = " 2.13.3 "
16+ val otelVersion = " 2.17.0 "
1717 implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelVersion -alpha" ))
1818 implementation(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure" )
1919 implementation(" io.opentelemetry.semconv:opentelemetry-semconv" )
20- implementation(" io.opentelemetry.contrib:opentelemetry-samplers:1.41 .0-alpha" )
20+ implementation(" io.opentelemetry.contrib:opentelemetry-samplers:1.47 .0-alpha" )
2121}
2222
2323sourceSets {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
3+ distributionSha256Sum =bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments