From 329f8c812f55052a8c2f2739bc60a4d7cfe1ee72 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Thu, 21 Sep 2023 12:16:24 +0000 Subject: [PATCH] Update netty-all to 4.1.98.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e8b273f020..aec4be1729 100644 --- a/build.sbt +++ b/build.sbt @@ -730,7 +730,7 @@ lazy val netty = name := "airframe-http-netty", description := "Airframe HTTP Netty backend", libraryDependencies ++= Seq( - "io.netty" % "netty-all" % "4.1.97.Final" + "io.netty" % "netty-all" % "4.1.98.Final" ) ) .dependsOn(http.jvm, rx.jvm)