From d9d134c85c7841f01700caf7a5e4c66a5b9a2429 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 23:28:30 +0000 Subject: [PATCH 1/2] [2.2.x] play-json 2.10.6 (was 2.10.5) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3c977331..e4acd1ef 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -26,7 +26,7 @@ object Dependencies { val junitInterface = Seq("com.github.sbt" % "junit-interface" % "0.13.3") - val playJson = Seq("com.typesafe.play" %% "play-json" % "2.10.5") + val playJson = Seq("com.typesafe.play" %% "play-json" % "2.10.6") val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.13") From a520cc49bcd645e0ca94d67398dfba410d032959 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 23:28:34 +0000 Subject: [PATCH 2/2] [2.2.x] play-netty-server 2.9.4 (was 2.9.3) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e4acd1ef..e344734a 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.3", + "com.typesafe.play" %% "play-netty-server" % "2.9.4", // 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