Skip to content

Commit

Permalink
Merge pull request #10090 from playframework/mergify/bp/2.7.x/pr-9990
Browse files Browse the repository at this point in the history
[2.7.x]: Update netty-transport-native-epoll to 4.1.45.Final (bp #9990)
  • Loading branch information
mergify[bot] committed Mar 1, 2020
2 parents 2c8da2e + 462deff commit 03e5938
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 @@ -153,7 +153,7 @@ object Dependencies {
sslConfig
) ++ scalaParserCombinators(scalaVersion) ++ specs2Deps.map(_ % Test) ++ javaTestDeps

val nettyVersion = "4.1.43.Final"
val nettyVersion = "4.1.45.Final"

val netty = Seq(
"com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.3",
Expand Down

0 comments on commit 03e5938

Please sign in to comment.