From c3d0beefeda89e01e35c51862e547a3864694068 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 09:28:24 +0100 Subject: [PATCH] Update netty-handler, netty-transport to 4.1.107.Final (#1132) 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 2fd28bf6a9..e9b61cc4e7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -29,7 +29,7 @@ object Dependencies { // needs to be inline with the aeron version, check // https://github.com/real-logic/aeron/blob/1.x.y/build.gradle val agronaVersion = "1.19.2" - val nettyVersion = "4.1.106.Final" + val nettyVersion = "4.1.107.Final" val protobufJavaVersion = "3.23.4" val logbackVersion = "1.3.14"