From c67a633945cfe538b38669e727f480b7c0bebdbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:59:08 +0000 Subject: [PATCH] :arrow_up: Bump io.grpc:grpc-netty from 1.65.0 to 1.68.0 Bumps [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) from 1.65.0 to 1.68.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/commits) --- 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 cf3ddf8..6ea4ac6 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.68.0") } // Set the JVM language level used to build the project.