diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 03ae7304..34b8dabd 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,18 +9,18 @@ object Dependencies { val scala213 = "2.13.15" val scala3 = "3.3.4" - val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.8") + val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.12") val assertj = Seq("org.assertj" % "assertj-core" % "3.26.3") val awaitility = Seq("org.awaitility" % "awaitility" % "4.2.2") - val specsVersion = "4.20.8" + val specsVersion = "4.20.9" val specsBuild = Seq( "specs2-core", ).map("org.specs2" %% _ % specsVersion) - val mockito = Seq("org.mockito" % "mockito-core" % "5.14.0") + val mockito = Seq("org.mockito" % "mockito-core" % "5.14.2") val slf4jtest = Seq("uk.org.lidalia" % "slf4j-test" % "1.2.0") diff --git a/project/build.properties b/project/build.properties index 6e08e6c6..51aad33c 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.10.2 +sbt.version=1.10.4