diff --git a/project/Dependencies.scala b/project/Dependencies.scala index cbc34a2d..b0a959a1 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -31,7 +31,7 @@ object Dependencies { } object Specs2 { - private val version = "4.20.8" + private val version = "4.20.9" val core = "org.specs2" %% "specs2-core" % version val matcherExtra = "org.specs2" %% "specs2-matcher-extra" % version } @@ -42,7 +42,7 @@ object Dependencies { val jwt = "com.auth0" % "java-jwt" % "3.19.4" val scalaGuice = "net.codingwell" %% "scala-guice" % "6.0.0" val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % play.core.PlayVersion.akkaVersion - val mockito = "org.mockito" % "mockito-core" % "5.14.1" + val mockito = "org.mockito" % "mockito-core" % "5.14.2" val casClient = "org.jasig.cas.client" % "cas-client-core" % "3.6.4" val casClientSupportSAML = "org.jasig.cas.client" % "cas-client-support-saml" % "3.6.4" val apacheCommonLang = "org.apache.commons" % "commons-lang3" % "3.17.0" diff --git a/project/build.properties b/project/build.properties index e228fb3c..320769bc 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ # suppress inspection "UnusedProperty" -sbt.version = 1.10.2 +sbt.version = 1.10.5 diff --git a/silhouette-cas/project/build.properties b/silhouette-cas/project/build.properties index 0b699c30..db1723b0 100644 --- a/silhouette-cas/project/build.properties +++ b/silhouette-cas/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.10.5