Skip to content

Commit

Permalink
Update netty-all to 4.1.98.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot authored and xerial committed Sep 23, 2023
1 parent cb29204 commit 329f8c8
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 @@ -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)
Expand Down

0 comments on commit 329f8c8

Please sign in to comment.