From a7d47d43db8c73bd865cad648fb6ccac0e8d55b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:20:56 -0600 Subject: [PATCH] Bump io.netty:netty-transport-native-kqueue (#303) Bumps [io.netty:netty-transport-native-kqueue](https://github.com/netty/netty) from 4.1.117.Final to 4.1.118.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.117.Final...netty-4.1.118.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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c2f7414..8e26186 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ subprojects { shadowVersion = '8.1.1' //IMPORTANT: This must be in sync with the shaded netty version in gRPC - nettyVersion = '4.1.117.Final' + nettyVersion = '4.1.118.Final' } apply plugin: 'java-library'