From a037afcdf868916c446dae5c9a6ea5c9cd44b74a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 07:32:10 -0600 Subject: [PATCH] Bump io.netty:netty-transport-native-kqueue (#192) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [io.netty:netty-transport-native-kqueue](https://github.com/netty/netty) from 4.1.97.Final to 4.1.106.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.97.Final...netty-4.1.106.Final) --- updated-dependencies: - dependency-name: io.netty:netty-transport-native-kqueue 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> Co-authored-by: Max Lambrecht Signed-off-by: Moritz Schmitz von Hülst --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4363c560..aa01d764 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ subprojects { shadowVersion = '8.1.1' //IMPORTANT: This must be in sync with the shaded netty version in gRPC - nettyVersion = '4.1.97.Final' + nettyVersion = '4.1.106.Final' } apply plugin: 'java-library'