From 48a0136b3b1514b97c0e806f4e951186c1ad8e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:52:54 +0000 Subject: [PATCH] chore(deps): bump io.netty:netty-transport-native-epoll Bumps [io.netty:netty-transport-native-epoll](https://github.com/netty/netty) from 4.2.15.Final to 4.2.16.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final) --- updated-dependencies: - dependency-name: io.netty:netty-transport-native-epoll dependency-version: 4.2.16.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 8740b32..e81ea1e 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -28,8 +28,8 @@ pmd { dependencies { // Common - implementation("io.netty:netty-all:4.2.15.Final") - implementation("io.netty:netty-transport-native-epoll:4.2.15.Final") + implementation("io.netty:netty-all:4.2.16.Final") + implementation("io.netty:netty-transport-native-epoll:4.2.16.Final") implementation("org.slf4j:slf4j-api:2.0.18") // SASL ID Resolver