Skip to content

Commit 591265c

Browse files
authored
Merge pull request #1198 from scala-steward/update/patches
Patch updates
2 parents a93fabd + 10fe4c8 commit 591265c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Dependencies {
99
val scala213 = "2.13.18"
1010
val scala3 = "3.3.7"
1111

12-
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.22")
12+
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.23")
1313

1414
val assertj = Seq("org.assertj" % "assertj-core" % "3.27.6")
1515

@@ -59,7 +59,7 @@ object Dependencies {
5959
val pekkoStreams = Seq("org.apache.pekko" %% "pekko-stream" % pekkoVersion)
6060

6161
val backendServerTestDependencies = Seq(
62-
"org.playframework" %% "play-netty-server" % "3.0.9",
62+
"org.playframework" %% "play-netty-server" % "3.0.10",
6363
// Following dependencies are pulled in by play-netty-server, we just make sure
6464
// now that we use the same pekko version here like pekko-stream above.
6565
// This is because when upgrading the pekko version in Play and play-ws here we usually release

0 commit comments

Comments
 (0)