Skip to content

Commit

Permalink
Update netty-handler to 4.1.117.Final (#1820)
Browse files Browse the repository at this point in the history
Co-authored-by: Bekir Oguz <[email protected]>
  • Loading branch information
scala-steward and bekiroguz authored Jan 20, 2025
1 parent 861f92f commit 127ad32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ object Dependencies {
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.2"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % "2.18.2"
val jawnParser = "org.typelevel" %% "jawn-parser" % "1.6.0"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.116.Final"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.117.Final"

private val bouncycastleVersion = "1.80"

Expand Down

0 comments on commit 127ad32

Please sign in to comment.