Skip to content

Commit c7c74ca

Browse files
committed
Using protobuf bom
1 parent 228a010 commit c7c74ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)