@@ -2,7 +2,7 @@ plugins {
22 `java- platform`
33}
44
5- val otelInstrumentationVersion = " 2.17.0 -alpha"
5+ val otelInstrumentationVersion = " 2.17.1 -alpha"
66val semconvVersion = " 1.34.0"
77
88javaPlatform {
@@ -16,6 +16,7 @@ dependencies {
1616 // as runtime dependencies if they are actually used as runtime dependencies)
1717 api(enforcedPlatform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion} " ))
1818 api(enforcedPlatform(" com.fasterxml.jackson:jackson-bom:2.19.1" ))
19+ api(enforcedPlatform(" com.google.protobuf:protobuf-bom:4.31.1" ))
1920
2021 constraints {
2122 api(" io.opentelemetry.semconv:opentelemetry-semconv:${semconvVersion} " )
@@ -25,8 +26,8 @@ dependencies {
2526 api(" com.google.auto.service:auto-service-annotations:1.1.1" )
2627 api(" com.google.auto.value:auto-value:1.11.0" )
2728 api(" com.google.auto.value:auto-value-annotations:1.11.0" )
28- api(" com.google.errorprone:error_prone_annotations:2.39 .0" )
29- api(" com.google.errorprone:error_prone_core:2.39 .0" )
29+ api(" com.google.errorprone:error_prone_annotations:2.40 .0" )
30+ api(" com.google.errorprone:error_prone_core:2.40 .0" )
3031 api(" io.github.netmikey.logunit:logunit-jul:2.0.0" )
3132 api(" io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha" )
3233 api(" io.prometheus:simpleclient:0.16.0" )
@@ -43,7 +44,7 @@ dependencies {
4344
4445 api(" com.google.code.findbugs:annotations:3.0.1u2" )
4546 api(" com.google.code.findbugs:jsr305:3.0.2" )
46- api(" com.squareup.okhttp3:okhttp:4.12 .0" )
47+ api(" com.squareup.okhttp3:okhttp:5.1 .0" )
4748 api(" com.uber.nullaway:nullaway:0.12.7" )
4849 api(" org.assertj:assertj-core:3.27.3" )
4950 api(" org.awaitility:awaitility:4.3.0" )
0 commit comments