Skip to content

Commit

Permalink
Merge pull request playframework#4929 from mkurz/nettyUpgrade23
Browse files Browse the repository at this point in the history
Upgrade netty, fixes playframework#4432
  • Loading branch information
jroper committed Aug 3, 2015
2 parents e5ff4d2 + 048ed78 commit a285c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object Dependencies {
mockitoAll % "test")

val runtime = Seq(
"io.netty" % "netty" % "3.9.8.Final",
"io.netty" % "netty" % "3.9.9.Final",

"com.typesafe.netty" % "netty-http-pipelining" % "1.1.2",

Expand Down

0 comments on commit a285c01

Please sign in to comment.