Skip to content

Commit 268bc77

Browse files
Update dependency com.google.protobuf:protobuf-java-util to v3.25.2 (release/v1.32.x) (#10463)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b1faa78 commit 268bc77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/distro/smoke-tests/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dependencies {
66
testImplementation("org.testcontainers:testcontainers:1.19.2")
77
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
8-
testImplementation("com.google.protobuf:protobuf-java-util:3.25.1")
8+
testImplementation("com.google.protobuf:protobuf-java-util:3.25.2")
99
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
1010
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")
1111
testImplementation("io.opentelemetry:opentelemetry-api")

examples/extension/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ dependencies {
101101
//All dependencies below are only for tests
102102
testImplementation("org.testcontainers:testcontainers:1.19.2")
103103
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
104-
testImplementation("com.google.protobuf:protobuf-java-util:3.25.1")
104+
testImplementation("com.google.protobuf:protobuf-java-util:3.25.2")
105105
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
106106
testImplementation("io.opentelemetry:opentelemetry-api")
107107
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")

smoke-tests/build.gradle.kts

+1-1
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:3.25.1")
32+
implementation("com.google.protobuf:protobuf-java-util:3.25.2")
3333
implementation("io.grpc:grpc-netty-shaded")
3434
implementation("io.grpc:grpc-protobuf")
3535
implementation("io.grpc:grpc-stub")

0 commit comments

Comments
 (0)