From 12731596b0ec3d63ddcf89fe4b0ba8a0f0c5d802 Mon Sep 17 00:00:00 2001 From: He-Pin Date: Mon, 11 Sep 2023 19:19:19 +0800 Subject: [PATCH] =sbt Update Netty4 version to 4.1.97.final --- project/Dependencies.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 45ac25f0d3a..73bc4c6fc63 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -28,7 +28,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 netty4Version = "4.1.96.Final" + val nettyVersion = "4.1.97.Final" val protobufJavaVersion = "3.19.6" val logbackVersion = "1.2.11" @@ -59,8 +59,8 @@ object Dependencies { // Compile val config = "com.typesafe" % "config" % "1.4.2" - val `netty-transport` = "io.netty" % "netty-transport" % netty4Version - val `netty-handler` = "io.netty" % "netty-handler" % netty4Version + val `netty-transport` = "io.netty" % "netty-transport" % nettyVersion + val `netty-handler` = "io.netty" % "netty-handler" % nettyVersion val scalaReflect: ScalaVersionDependentModuleID = ScalaVersionDependentModuleID.versioned("org.scala-lang" % "scala-reflect" % _)