File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 `java- platform`
33}
44
5- val otelInstrumentationVersion = " 2.26.0 -alpha"
5+ val otelInstrumentationVersion = " 2.26.1 -alpha"
66val semconvVersion = " 1.40.0"
77
88javaPlatform {
@@ -16,7 +16,7 @@ dependencies {
1616 // as runtime dependencies if they are actually used as runtime dependencies)
1717 api(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion} " ))
1818 api(platform(" com.fasterxml.jackson:jackson-bom:2.21.1" ))
19- api(platform(" com.google.protobuf:protobuf-bom:4.34.0 " ))
19+ api(platform(" com.google.protobuf:protobuf-bom:4.34.1 " ))
2020 api(platform(" com.squareup.okhttp3:okhttp-bom:5.3.2" ))
2121
2222 constraints {
@@ -53,7 +53,7 @@ dependencies {
5353 api(" org.junit-pioneer:junit-pioneer:1.9.1" )
5454 api(" org.skyscreamer:jsonassert:1.5.3" )
5555 api(" org.apache.kafka:kafka-clients:4.2.0" )
56- api(" org.testcontainers:testcontainers-kafka:2.0.3 " )
56+ api(" org.testcontainers:testcontainers-kafka:2.0.4 " )
5757 api(" org.jctools:jctools-core:4.0.6" )
5858 api(" tools.profiler:async-profiler:4.3" )
5959 api(" com.blogspot.mydailyjava:weak-lock-free:0.18" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =60ea723356d81263e8002fec0fcf9e2b0eee0c0850c7a3d7ab0a63f2ccc601f3
4- distributionUrl =https\://services.gradle.org/distributions/gradle-9.4.0 -bin.zip
3+ distributionSha256Sum =2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4.1 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments