From ca8e7b1385d95517f28103d834aba960a0baa477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 15:11:48 -0800 Subject: [PATCH] Bump protobuf-java-util from 3.21.9 to 3.21.10 (#7351) --- 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 896f73baa3..9d505e4590 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.9") + implementation("com.google.protobuf:protobuf-java-util:3.21.10") implementation("io.grpc:grpc-netty-shaded") implementation("io.grpc:grpc-protobuf") implementation("io.grpc:grpc-stub")