Skip to content

Commit 6494b4e

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-bom to v4.32.0 (#2128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f4efc7 commit 6494b4e

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

2222
constraints {

0 commit comments

Comments
 (0)