From 7dac6ad482909ebb3b17dddb1d4376e4dc189532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 14:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20:arrow=5Fup:=20Bump=20io.grpc:gr?= =?UTF-8?q?pc-netty=20from=201.59.0=20to=201.59.1=20(#212)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) from 1.59.0 to 1.59.1. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.59.0...v1.59.1) --- updated-dependencies: - dependency-name: io.grpc:grpc-netty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a006b21..80705b3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { implementation("com.bybutter.sisyphus:sisyphus-grpc:2.1.20") implementation("com.bybutter.sisyphus:sisyphus-jackson-protobuf:2.1.21") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0") - implementation("io.grpc:grpc-netty:1.59.0") + implementation("io.grpc:grpc-netty:1.59.1") } // Configure gradle-intellij-plugin plugin.