From 4ef6400f6af1c43141ddae6a23676073007448d7 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 17:12:33 +0800 Subject: [PATCH] Update netty-handler, netty-transport to 4.2.6.Final (#2184) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 901b385fdf..d66add0776 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -36,7 +36,7 @@ object Dependencies { // needs to be inline with the aeron version, check // https://github.com/aeron-io/aeron/blob/master/gradle/libs.versions.toml val agronaVersion = "2.2.4" - val nettyVersion = "4.2.5.Final" + val nettyVersion = "4.2.6.Final" val logbackVersion = "1.5.18" val jacksonAnnotationsVersion = "2.20"