From d9241f385f0f694822baab46cf056c5dfa9f3b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 02:37:55 +0000 Subject: [PATCH] chore(deps): bump grpcVersion in /run/grpc-hello-world-gradle Bumps `grpcVersion` from 1.61.1 to 1.62.2. Updates `io.grpc:grpc-protobuf` from 1.61.1 to 1.62.2 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.61.1...v1.62.2) Updates `io.grpc:grpc-netty-shaded` from 1.61.1 to 1.62.2 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.61.1...v1.62.2) Updates `io.grpc:protoc-gen-grpc-java` from 1.61.1 to 1.62.2 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.61.1...v1.62.2) --- updated-dependencies: - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.grpc:grpc-netty-shaded dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.grpc:protoc-gen-grpc-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- run/grpc-hello-world-gradle/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/grpc-hello-world-gradle/build.gradle.kts b/run/grpc-hello-world-gradle/build.gradle.kts index c3cd6d32..ae7d56a6 100644 --- a/run/grpc-hello-world-gradle/build.gradle.kts +++ b/run/grpc-hello-world-gradle/build.gradle.kts @@ -18,7 +18,7 @@ kotlin.sourceSets.all { languageSettings.optIn("kotlin.RequiresOptIn") } -val grpcVersion = "1.61.1" +val grpcVersion = "1.62.2" val grpcKotlinVersion = "1.4.1" val protobufVersion = "3.25.3" val coroutinesVersion = "1.8.0"