From 8af51309e75fc73520f38d3bf779de88780ab31e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 15:02:25 +0300 Subject: [PATCH] Bump com.google.protobuf:protobuf-java-util from 3.23.1 to 3.23.2 (#8581) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 99ab0f434d..7bafbe71f9 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.23.1") + implementation("com.google.protobuf:protobuf-java-util:3.23.2") implementation("io.grpc:grpc-netty-shaded") implementation("io.grpc:grpc-protobuf") implementation("io.grpc:grpc-stub")