Skip to content

Commit

Permalink
Update netty-all to 4.1.104.Final (#3308)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot authored Dec 15, 2023
1 parent 8f636f1 commit b693a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ lazy val netty =
name := "airframe-http-netty",
description := "Airframe HTTP Netty backend",
libraryDependencies ++= Seq(
"io.netty" % "netty-all" % "4.1.103.Final"
"io.netty" % "netty-all" % "4.1.104.Final"
)
)
.dependsOn(http.jvm, rx.jvm)
Expand Down

0 comments on commit b693a00

Please sign in to comment.