Skip to content

Commit d44a81f

Browse files
authored
Merge pull request #1180 from playframework/update/3.0.x/netty-buffer-4.1.129.Final
[3.0.x] netty-buffer, netty-codec-http, ... 4.1.129.Final (was 4.1.128.Final)
2 parents 8b5c6a5 + bedaaf5 commit d44a81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ object Dependencies {
4040

4141
val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.0.1")
4242

43-
val nettyVersion = "4.1.128.Final" // Keep in sync with the netty version netty-reactive-streams uses (see below)
43+
val nettyVersion = "4.1.129.Final" // Keep in sync with the netty version netty-reactive-streams uses (see below)
4444
val asyncHttpClient = Seq(
4545
("org.asynchttpclient" % "async-http-client" % "2.12.4") // 2.12.x comes with outdated netty-reactive-streams and netty, so we ...
4646
.exclude("com.typesafe.netty", "netty-reactive-streams") // ... exclude netty-reactive-streams and ...

0 commit comments

Comments
 (0)