From 56b4c586765ae21c972f7b1864f5c432e9de8410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:57:30 +0000 Subject: [PATCH] build(deps): bump io.netty:netty-transport-native-epoll Bumps [io.netty:netty-transport-native-epoll](https://github.com/netty/netty) from 4.1.112.Final to 4.1.115.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.112.Final...netty-4.1.115.Final) --- updated-dependencies: - dependency-name: io.netty:netty-transport-native-epoll dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index d59a376..5d5887f 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -11,7 +11,7 @@ version = "2.0-SNAPSHOT" dependencies { implementation("io.netty:netty-all:4.1.112.Final") - implementation("io.netty:netty-transport-native-epoll:4.1.112.Final") + implementation("io.netty:netty-transport-native-epoll:4.1.115.Final") implementation("org.slf4j:slf4j-api:2.0.16") testImplementation("ch.qos.logback:logback-classic:1.5.7") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")