From a858ca91af70055fbf204c89914d9a1f5fa8059b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:04:42 +0000 Subject: [PATCH] chore(deps): bump io.netty:netty-all from 4.2.7.Final to 4.2.9.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.2.7.Final to 4.2.9.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.2.7.Final...netty-4.2.9.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.9.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 ef3b6b9..2cfac9b 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.7.Final") - implementation("io.netty:netty-transport-native-epoll:4.2.7.Final") + implementation("io.netty:netty-all:4.2.9.Final") + implementation("io.netty:netty-transport-native-epoll:4.2.9.Final") implementation("org.slf4j:slf4j-api:2.0.17") // SASL ID Resolver