From ed135c257a0b5ab53b336b4a7955401fb68e8fa8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 May 2024 18:50:26 +0000 Subject: [PATCH] [2.2.x] play-netty-server 2.9.3 (was 2.9.2) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 86f740c1..f44f39dc 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -47,7 +47,7 @@ object Dependencies { val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % akkaVersion) val backendServerTestDependencies = Seq( - "com.typesafe.play" %% "play-netty-server" % "2.9.2", + "com.typesafe.play" %% "play-netty-server" % "2.9.3", // Following dependencies are pulled in by play-netty-server, we just make sure // now that we use the same akka version here like akka-stream above. // This is because when upgrading the akka version in Play and play-ws here we usually release