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)