Skip to content

Commit

Permalink
Update netty-handler to 4.1.114.Final (#1775)
Browse files Browse the repository at this point in the history
Co-authored-by: Bekir Oguz <bekiroguz@gmail.com>
  • Loading branch information
scala-steward and bekiroguz authored Oct 8, 2024
1 parent 948dd68 commit ae38def
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.17.2"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % "2.17.2"
val jawnParser = "org.typelevel" %% "jawn-parser" % "1.6.0"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.113.Final"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.114.Final"

private val bouncycastleVersion = "1.78.1"

Expand Down

0 comments on commit ae38def

Please sign in to comment.