Skip to content

Commit

Permalink
Update netty-handler to 4.1.115.Final (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 18, 2024
1 parent c69ff5a commit c24fc75
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.1"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % "2.18.1"
val jawnParser = "org.typelevel" %% "jawn-parser" % "1.6.0"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.114.Final"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.115.Final"

private val bouncycastleVersion = "1.79"

Expand Down

0 comments on commit c24fc75

Please sign in to comment.