Skip to content

Commit 9c1238f

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-bom to v4.32.1
1 parent 9bde959 commit 9c1238f

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,7 +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.20.0"))
19-
api(enforcedPlatform("com.google.protobuf:protobuf-bom:4.32.0"))
19+
api(enforcedPlatform("com.google.protobuf:protobuf-bom:4.32.1"))
2020
api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:5.1.0"))
2121

2222
constraints {

0 commit comments

Comments
 (0)