Skip to content

Commit 7c0000d

Browse files
authored
Merge pull request #1292 from scala-steward/update/3.0.x/netty-buffer-4.1.133.Final
[3.0.x] netty-buffer, netty-codec-http, ... 4.1.133.Final (was 4.1.132.Final)
2 parents 7409940 + cae9493 commit 7c0000d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.132.Final" // Keep in sync with the netty version netty-reactive-streams uses (see below)
43+
val nettyVersion = "4.1.133.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.14.5") // 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)