Skip to content

Commit

Permalink
fix(deps): update dependency com.google.protobuf:protobuf-java-util t…
Browse files Browse the repository at this point in the history
…o v3.25.5 (#12289)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 1521799 commit f9f9ece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/distro/smoke-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
testImplementation("com.google.protobuf:protobuf-java-util:3.25.4")
testImplementation("com.google.protobuf:protobuf-java-util:3.25.5")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.3.2-alpha")
testImplementation("io.opentelemetry:opentelemetry-api")
Expand Down
2 changes: 1 addition & 1 deletion examples/extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
//All dependencies below are only for tests
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
testImplementation("com.google.protobuf:protobuf-java-util:3.25.4")
testImplementation("com.google.protobuf:protobuf-java-util:3.25.5")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("io.opentelemetry:opentelemetry-api")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.3.2-alpha")
Expand Down
2 changes: 1 addition & 1 deletion smoke-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("io.opentelemetry.proto:opentelemetry-proto")
implementation("org.testcontainers:testcontainers")
implementation("com.fasterxml.jackson.core:jackson-databind")
implementation("com.google.protobuf:protobuf-java-util:3.25.4")
implementation("com.google.protobuf:protobuf-java-util:3.25.5")
implementation("io.grpc:grpc-netty-shaded")
implementation("io.grpc:grpc-protobuf")
implementation("io.grpc:grpc-stub")
Expand Down

0 comments on commit f9f9ece

Please sign in to comment.