Skip to content

Commit

Permalink
Update netty-handler to 4.1.107.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2024
1 parent ef2c0e6 commit ed5e5bb
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 @@ -142,7 +142,7 @@ object Dependencies {
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.3"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % "2.13.3"
val jawnParser = "org.typelevel" %% "jawn-parser" % "1.4.0"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.81.Final"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.107.Final"

private val bouncycastleVersion = "1.70"

Expand Down

0 comments on commit ed5e5bb

Please sign in to comment.