From 3f1d65196fd37c5ab4445ec18e8b9c07bf24f98f 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 +++--- project/Paradox.scala | 2 +- 2 files changed, 4 insertions(+), 4 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" % _) diff --git a/project/Paradox.scala b/project/Paradox.scala index 4dc3a2372da..2de4a049fd5 100644 --- a/project/Paradox.scala +++ b/project/Paradox.scala @@ -66,7 +66,7 @@ object Paradox { "scalatest.version" -> Dependencies.scalaTestVersion, "sigar_loader.version" -> "1.6.6-rev002", "aeron_version" -> Dependencies.aeronVersion, - "netty_version" -> Dependencies.netty4Version, + "netty_version" -> Dependencies.nettyVersion, "logback_version" -> Dependencies.logbackVersion)) val rootsSettings = Seq(