From 36c21d7d765e68922d6ad4d08758e5756c0a19f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 15:59:14 -0800 Subject: [PATCH] Bump com.google.protobuf:protobuf-java-util from 3.21.12 to 3.22.0 (#7842) --- smoke-tests/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoke-tests/build.gradle.kts b/smoke-tests/build.gradle.kts index 04946e8ef2..6c9b67b3a3 100644 --- a/smoke-tests/build.gradle.kts +++ b/smoke-tests/build.gradle.kts @@ -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.21.12") + implementation("com.google.protobuf:protobuf-java-util:3.22.0") implementation("io.grpc:grpc-netty-shaded") implementation("io.grpc:grpc-protobuf") implementation("io.grpc:grpc-stub")