From 429dce8bf70092c914b7509e187435243abbc41e Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 12 Nov 2024 16:13:39 +0000 Subject: [PATCH] Update netty-all to 4.1.115.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f78301698..6f91e8756 100644 --- a/build.sbt +++ b/build.sbt @@ -830,7 +830,7 @@ lazy val netty = name := "airframe-http-netty", description := "Airframe HTTP Netty backend", libraryDependencies ++= Seq( - "io.netty" % "netty-all" % "4.1.114.Final" + "io.netty" % "netty-all" % "4.1.115.Final" ) ) .dependsOn(http.jvm, rx.jvm)