From 6723b7b68b8909aa1c4f9110584f4668202a7ce8 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 1 Oct 2024 16:13:59 +0000 Subject: [PATCH] Update netty-all to 4.1.114.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ba9aafb34..d9d392546 100644 --- a/build.sbt +++ b/build.sbt @@ -797,7 +797,7 @@ lazy val netty = name := "airframe-http-netty", description := "Airframe HTTP Netty backend", libraryDependencies ++= Seq( - "io.netty" % "netty-all" % "4.1.113.Final" + "io.netty" % "netty-all" % "4.1.114.Final" ) ) .dependsOn(http.jvm, rx.jvm)