Skip to content

Commit 07dfa4c

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-bom to v4.33.0
1 parent 473d2cf commit 07dfa4c

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(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}"))
1818
api(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))
19-
api(platform("com.google.protobuf:protobuf-bom:4.32.1"))
19+
api(platform("com.google.protobuf:protobuf-bom:4.33.0"))
2020
api(platform("com.squareup.okhttp3:okhttp-bom:5.1.0"))
2121

2222
constraints {

0 commit comments

Comments
 (0)