From 0f1c82cf75c75968b169dec231aae9458ea040ce Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 08:45:57 +0100 Subject: [PATCH] Update netty-handler, netty-transport to 4.1.104.Final (#844) 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 bcea887a45..00b77583e2 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.101.Final" + val nettyVersion = "4.1.104.Final" val protobufJavaVersion = "3.20.3" val logbackVersion = "1.3.14"