From c20e56d60ad07b1253b484923aa546d4a554fa7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:28:52 +0000 Subject: [PATCH] :arrow_up: Bump io.grpc:grpc-netty from 1.65.0 to 1.65.1 Bumps [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) from 1.65.0 to 1.65.1. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.65.0...v1.65.1) --- updated-dependencies: - dependency-name: io.grpc:grpc-netty dependency-type: direct:production update-type: version-update:semver-patch ... 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 cf3ddf8..2bd5358 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { implementation("org.commonmark:commonmark-ext-autolink:0.22.0") implementation("com.bybutter.sisyphus:sisyphus-grpc:2.1.22") implementation("com.bybutter.sisyphus:sisyphus-jackson-protobuf:2.1.22") - implementation("io.grpc:grpc-netty:1.65.0") + implementation("io.grpc:grpc-netty:1.65.1") } // Set the JVM language level used to build the project.