From 07285eb5e93da8366a9c915dc3a97d9b5b078c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:15:01 -0600 Subject: [PATCH] Bump io.netty:netty-transport-native-kqueue (#205) Bumps [io.netty:netty-transport-native-kqueue](https://github.com/netty/netty) from 4.1.106.Final to 4.1.107.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.106.Final...netty-4.1.107.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 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f1b5bec..a2b64e9 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.106.Final' + nettyVersion = '4.1.107.Final' } apply plugin: 'java-library'