Skip to content

Commit c09ac22

Browse files
renovate[bot]SylvainJuge
authored andcommitted
fix(deps): update dependency com.google.protobuf:protobuf-java-util to v4.35.0 (#18807)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4f08d4 commit c09ac22

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/distro/smoke-tests/build.gradle.kts

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:2.0.5")
77
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.3")
8-
testImplementation("com.google.protobuf:protobuf-java-util:4.34.1")
8+
testImplementation("com.google.protobuf:protobuf-java-util:4.35.0")
99
testImplementation("com.squareup.okhttp3:okhttp:5.3.2")
1010
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.10.0-alpha")
1111
testImplementation("io.opentelemetry:opentelemetry-api")

examples/extension/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
//All dependencies below are only for tests
103103
testImplementation("org.testcontainers:testcontainers:2.0.5")
104104
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.3")
105-
testImplementation("com.google.protobuf:protobuf-java-util:4.34.1")
105+
testImplementation("com.google.protobuf:protobuf-java-util:4.35.0")
106106
testImplementation("com.squareup.okhttp3:okhttp:5.3.2")
107107
testImplementation("io.opentelemetry:opentelemetry-api")
108108
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.10.0-alpha")

smoke-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("io.opentelemetry.proto:opentelemetry-proto")
2424
implementation("org.testcontainers:testcontainers")
2525
implementation("com.fasterxml.jackson.core:jackson-databind")
26-
implementation("com.google.protobuf:protobuf-java-util:4.34.1")
26+
implementation("com.google.protobuf:protobuf-java-util:4.35.0")
2727
implementation("io.grpc:grpc-netty-shaded")
2828
implementation("io.grpc:grpc-protobuf")
2929
implementation("io.grpc:grpc-stub")

testing/dependencies-shaded-for-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
implementation("com.linecorp.armeria:armeria-junit5:1.39.0")
88
implementation("com.google.errorprone:error_prone_annotations")
99
implementation("io.opentelemetry.proto:opentelemetry-proto")
10-
implementation("com.google.protobuf:protobuf-java-util:4.34.1")
10+
implementation("com.google.protobuf:protobuf-java-util:4.35.0")
1111
implementation("com.github.tomakehurst:wiremock-jre8:2.35.2")
1212
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml")
1313
// we'll replace caffeine shaded in armeria with a later version that doesn't use Unsafe. Caffeine

0 commit comments

Comments
 (0)