diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ecd383ea..32df708e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,10 +6,10 @@ import sbt._ object Dependencies { // Should be sync with GA (.github/workflows/build-test.yml) - val scala213 = "2.13.12" - val scala3 = "3.3.1" + val scala213 = "2.13.13" + val scala3 = "3.3.3" - val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.0") + val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.3") val assertj = Seq("org.assertj" % "assertj-core" % "3.25.3") @@ -47,7 +47,7 @@ object Dependencies { val pekkoStreams = Seq("org.apache.pekko" %% "pekko-stream" % pekkoVersion) val backendServerTestDependencies = Seq( - "org.playframework" %% "play-netty-server" % "3.0.1", + "org.playframework" %% "play-netty-server" % "3.0.2", // Following dependencies are pulled in by play-netty-server, we just make sure // now that we use the same pekko version here like pekko-stream above. // This is because when upgrading the pekko version in Play and play-ws here we usually release diff --git a/project/build.properties b/project/build.properties index 5c0b9317..51423c03 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,4 +1,4 @@ # # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. # -sbt.version=1.9.8 +sbt.version=1.9.9