From 4c3331780dd72eaab7c58a020d9020436b44fc6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:52:57 +0000 Subject: [PATCH] chore(deps): bump io.netty:netty-all from 4.2.15.Final to 4.2.16.Final Bumps [io.netty:netty-all](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-all 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