Skip to content

Commit 508ea0d

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-bom to v4.33.0 (#2367)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 369438e commit 508ea0d

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.2.1"))
2121

2222
constraints {

0 commit comments

Comments
 (0)