From 2c44b9e1b6e05adce6418419f39370fe96e7ccd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:52:53 +0000 Subject: [PATCH] :arrow_up: Bump io.grpc:grpc-netty from 1.61.0 to 1.62.2 Bumps [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) from 1.61.0 to 1.62.2. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.61.0...v1.62.2) --- updated-dependencies: - dependency-name: io.grpc:grpc-netty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ad4fcbb..716139c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("org.commonmark:commonmark-ext-autolink:0.21.0") implementation("com.bybutter.sisyphus:sisyphus-grpc:2.1.21") implementation("com.bybutter.sisyphus:sisyphus-jackson-protobuf:2.1.21") - implementation("io.grpc:grpc-netty:1.61.0") + implementation("io.grpc:grpc-netty:1.62.2") } // Configure gradle-intellij-plugin plugin.