Skip to content

Commit d8d5d1d

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-java-util to v4.32.0
1 parent 12dac23 commit d8d5d1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/distro/smoke-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dependencies {
66
testImplementation("org.testcontainers:testcontainers:1.21.3")
77
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.19.2")
8-
testImplementation("com.google.protobuf:protobuf-java-util:4.31.1")
8+
testImplementation("com.google.protobuf:protobuf-java-util:4.32.0")
99
testImplementation("com.squareup.okhttp3:okhttp:5.1.0")
1010
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha")
1111
testImplementation("io.opentelemetry:opentelemetry-api")

examples/extension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
//All dependencies below are only for tests
101101
testImplementation("org.testcontainers:testcontainers:1.21.3")
102102
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.19.2")
103-
testImplementation("com.google.protobuf:protobuf-java-util:4.31.1")
103+
testImplementation("com.google.protobuf:protobuf-java-util:4.32.0")
104104
testImplementation("com.squareup.okhttp3:okhttp:5.1.0")
105105
testImplementation("io.opentelemetry:opentelemetry-api")
106106
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha")

smoke-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation("io.opentelemetry.proto:opentelemetry-proto")
3030
implementation("org.testcontainers:testcontainers")
3131
implementation("com.fasterxml.jackson.core:jackson-databind")
32-
implementation("com.google.protobuf:protobuf-java-util:4.31.1")
32+
implementation("com.google.protobuf:protobuf-java-util:4.32.0")
3333
implementation("io.grpc:grpc-netty-shaded")
3434
implementation("io.grpc:grpc-protobuf")
3535
implementation("io.grpc:grpc-stub")

0 commit comments

Comments
 (0)