diff --git a/shaded-protobuf-java-util/build.gradle.kts b/shaded-protobuf-java-util/build.gradle.kts index 2c7617f91..d06ff8888 100644 --- a/shaded-protobuf-java-util/build.gradle.kts +++ b/shaded-protobuf-java-util/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } dependencies { - implementation("com.google.protobuf:protobuf-java-util:3.4.0") { + implementation("com.google.protobuf:protobuf-java-util:3.25.5") { exclude("com.google.protobuf", "protobuf-java") exclude("com.google.guava", "guava") } diff --git a/smoke-tests/build.gradle.kts b/smoke-tests/build.gradle.kts index 2ddd12ea9..d548cf260 100644 --- a/smoke-tests/build.gradle.kts +++ b/smoke-tests/build.gradle.kts @@ -21,7 +21,7 @@ dependencies{ testRuntimeOnly("io.grpc:grpc-stub:1.36.1") // needed at runtime to send gRPC requests to the gRPC app testRuntimeOnly("io.grpc:grpc-protobuf:1.36.1") // needed at runtime to send gRPC requests to the gRPC app testImplementation("io.opentelemetry:opentelemetry-sdk:${versions["opentelemetry"]}") - testImplementation("com.google.protobuf:protobuf-java-util:3.15.8") + testImplementation("com.google.protobuf:protobuf-java-util:3.25.5") testImplementation("org.spockframework:spock-core:1.3-groovy-2.5") testImplementation("info.solidsoft.spock:spock-global-unroll:0.5.1") testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")