From 767185096ee5e9fc2662aad0ab7c6f34a7069e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:13:11 +0000 Subject: [PATCH] build(deps): bump io.grpc:grpc-netty-shaded in /scheduler/data-flow Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) from 1.44.1 to 1.61.1. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.44.1...v1.61.1) --- updated-dependencies: - dependency-name: io.grpc:grpc-netty-shaded dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scheduler/data-flow/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler/data-flow/build.gradle.kts b/scheduler/data-flow/build.gradle.kts index 424375b343..104c1e4be9 100644 --- a/scheduler/data-flow/build.gradle.kts +++ b/scheduler/data-flow/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation("io.grpc:grpc-kotlin-stub:1.2.1") implementation("io.grpc:grpc-stub:1.57.2") implementation("io.grpc:grpc-protobuf:1.57.2") - runtimeOnly("io.grpc:grpc-netty-shaded:1.44.1") + runtimeOnly("io.grpc:grpc-netty-shaded:1.61.1") implementation("com.google.protobuf:protobuf-java:3.21.7") implementation("com.google.protobuf:protobuf-kotlin:3.21.7") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")