From 08782cd258cbe60cfcc9f7e7700f60d0a0fee1cb Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:11:52 +0800 Subject: [PATCH] Update netty-handler, netty-transport to 4.1.109.Final (#1284) 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 3ed512599c5..5f988cf1bab 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -34,7 +34,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.21.1" - val nettyVersion = "4.1.108.Final" + val nettyVersion = "4.1.109.Final" val logbackVersion = "1.3.14" val jacksonCoreVersion = "2.16.2"