Skip to content

Commit 0479eef

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-java-util to v4.33.1 (#15291)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c0a08bf commit 0479eef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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:2.0.2")
77
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
8-
testImplementation("com.google.protobuf:protobuf-java-util:4.33.0")
8+
testImplementation("com.google.protobuf:protobuf-java-util:4.33.1")
99
testImplementation("com.squareup.okhttp3:okhttp:5.3.0")
1010
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.8.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:2.0.2")
102102
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
103-
testImplementation("com.google.protobuf:protobuf-java-util:4.33.0")
103+
testImplementation("com.google.protobuf:protobuf-java-util:4.33.1")
104104
testImplementation("com.squareup.okhttp3:okhttp:5.3.0")
105105
testImplementation("io.opentelemetry:opentelemetry-api")
106106
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha")

smoke-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation("io.opentelemetry.proto:opentelemetry-proto")
2525
implementation("org.testcontainers:testcontainers")
2626
implementation("com.fasterxml.jackson.core:jackson-databind")
27-
implementation("com.google.protobuf:protobuf-java-util:4.33.0")
27+
implementation("com.google.protobuf:protobuf-java-util:4.33.1")
2828
implementation("io.grpc:grpc-netty-shaded")
2929
implementation("io.grpc:grpc-protobuf")
3030
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
@@ -9,7 +9,7 @@ dependencies {
99
implementation("com.linecorp.armeria:armeria-junit5:1.33.4")
1010
implementation("com.google.errorprone:error_prone_annotations")
1111
implementation("io.opentelemetry.proto:opentelemetry-proto")
12-
implementation("com.google.protobuf:protobuf-java-util:4.33.0")
12+
implementation("com.google.protobuf:protobuf-java-util:4.33.1")
1313
implementation("com.github.tomakehurst:wiremock-jre8:2.35.2")
1414
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml")
1515
// we'll replace caffeine shaded in armeria with a later version that doesn't use Unsafe. Caffeine

0 commit comments

Comments
 (0)