From e18278cab90e6e46c8c23d4717602945dfc92d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:07:44 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java-util in /hello-grpc-kotlin Bumps com.google.protobuf:protobuf-java-util from 4.27.2 to 4.28.0. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hello-grpc-kotlin/stub/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-grpc-kotlin/stub/build.gradle.kts b/hello-grpc-kotlin/stub/build.gradle.kts index c6966ef..2f49c3b 100644 --- a/hello-grpc-kotlin/stub/build.gradle.kts +++ b/hello-grpc-kotlin/stub/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt") api("io.grpc:grpc-protobuf:${rootProject.ext["grpcVersion"]}") api("io.grpc:grpc-netty:${rootProject.ext["grpcVersion"]}") - api("com.google.protobuf:protobuf-java-util:4.27.2") + api("com.google.protobuf:protobuf-java-util:4.28.0") api("io.grpc:grpc-kotlin-stub:1.4.1") api("org.apache.logging.log4j:log4j-api-kotlin:1.4.0") api("org.apache.logging.log4j:log4j-api:${rootProject.ext["log4jVersion"]}")