From de2af200a3f232f4b1ce1552b9a998b5f0455810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 06:54:59 +0000 Subject: [PATCH] chore(deps): bump io.grpc:grpc-stub from 1.64.0 to 1.68.1 Bumps [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from 1.64.0 to 1.68.1. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.64.0...v1.68.1) --- updated-dependencies: - dependency-name: io.grpc:grpc-stub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rdfc-orchestrator/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdfc-orchestrator/build.gradle.kts b/rdfc-orchestrator/build.gradle.kts index 47b5588..641f8cc 100644 --- a/rdfc-orchestrator/build.gradle.kts +++ b/rdfc-orchestrator/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { // gRPC implementation("io.grpc:grpc-netty:1.64.0") implementation("io.grpc:grpc-protobuf:1.64.0") - implementation("io.grpc:grpc-stub:1.64.0") + implementation("io.grpc:grpc-stub:1.68.1") implementation("io.grpc:grpc-kotlin-stub:1.4.1") implementation("com.google.protobuf:protobuf-kotlin:4.27.1")