fix(deps): update dependency com.google.protobuf:protobuf-java-util to v4.30.2 (#13592)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-27 09:37:49 +02:00 committed by GitHub
parent 389b153990
commit 5239984af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ plugins {
dependencies { dependencies {
testImplementation("org.testcontainers:testcontainers:1.20.6") testImplementation("org.testcontainers:testcontainers:1.20.6")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.3") testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
testImplementation("com.google.protobuf:protobuf-java-util:4.30.1") testImplementation("com.google.protobuf:protobuf-java-util:4.30.2")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha") testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha")
testImplementation("io.opentelemetry:opentelemetry-api") testImplementation("io.opentelemetry:opentelemetry-api")

View File

@ -99,7 +99,7 @@ dependencies {
//All dependencies below are only for tests //All dependencies below are only for tests
testImplementation("org.testcontainers:testcontainers:1.20.6") testImplementation("org.testcontainers:testcontainers:1.20.6")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.3") testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
testImplementation("com.google.protobuf:protobuf-java-util:4.30.1") testImplementation("com.google.protobuf:protobuf-java-util:4.30.2")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("io.opentelemetry:opentelemetry-api") testImplementation("io.opentelemetry:opentelemetry-api")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha") testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha")

View File

@ -29,7 +29,7 @@ dependencies {
implementation("io.opentelemetry.proto:opentelemetry-proto") implementation("io.opentelemetry.proto:opentelemetry-proto")
implementation("org.testcontainers:testcontainers") implementation("org.testcontainers:testcontainers")
implementation("com.fasterxml.jackson.core:jackson-databind") implementation("com.fasterxml.jackson.core:jackson-databind")
implementation("com.google.protobuf:protobuf-java-util:4.30.1") implementation("com.google.protobuf:protobuf-java-util:4.30.2")
implementation("io.grpc:grpc-netty-shaded") implementation("io.grpc:grpc-netty-shaded")
implementation("io.grpc:grpc-protobuf") implementation("io.grpc:grpc-protobuf")
implementation("io.grpc:grpc-stub") implementation("io.grpc:grpc-stub")