From 8b434c058190e4479d3fc50c6b4eecce4852f917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 03:05:36 +0000 Subject: [PATCH] Bump netty-handler from 4.1.53.Final to 4.1.69.Final Bumps [netty-handler](https://github.com/netty/netty) from 4.1.53.Final to 4.1.69.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.53.Final...netty-4.1.69.Final) --- updated-dependencies: - dependency-name: io.netty:netty-handler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7df2a74..30c7e79 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,7 @@ subprojects { testImplementation("org.slf4j:slf4j-simple:1.7.30") } Project.WVotifier -> { - implementation("io.netty:netty-handler:4.1.53.Final") + implementation("io.netty:netty-handler:4.1.69.Final") implementation("io.netty", "netty-transport-native-epoll", "4.1.53.Final", classifier = "linux-x86_64") } else -> {