File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -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} " )
@@ -57,6 +58,5 @@ dependencies {
5758 api(" tools.profiler:async-profiler:4.0" )
5859 api(" com.blogspot.mydailyjava:weak-lock-free:0.18" )
5960 api(" org.agrona:agrona:1.22.0" )
60- api(" com.google.protobuf:protobuf-java-util:4.29.1" )
6161 }
6262}
You can’t perform that action at this time.
0 commit comments