From 18b5f2ec9fbb7baa7a259cdea68f0f46eabb0a37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:45:48 +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.14.Final to 4.2.15.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.14.Final...netty-4.2.15.Final) --- updated-dependencies: - dependency-name: io.netty:netty-transport-native-epoll dependency-version: 4.2.15.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 a06288d..1fe7457 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.14.Final") - implementation("io.netty:netty-transport-native-epoll:4.2.14.Final") + implementation("io.netty:netty-all:4.2.15.Final") + implementation("io.netty:netty-transport-native-epoll:4.2.15.Final") implementation("org.slf4j:slf4j-api:2.0.18") // SASL ID Resolver