File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments