diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 05aa5df9..e45c4e51 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -24,7 +24,7 @@ object Dependencies { "com.typesafe.slick" %% "slick" % SlickVersion, "org.slf4j" % "slf4j-api" % "2.0.16", "com.typesafe.slick" %% "slick-hikaricp" % SlickVersion, - "ch.qos.logback" % "logback-classic" % "1.5.8" % Test, + "ch.qos.logback" % "logback-classic" % "1.5.12" % Test, "com.typesafe.akka" %% "akka-slf4j" % AkkaVersion % Test, "com.typesafe.akka" %% "akka-persistence-tck" % AkkaVersion % Test, "com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test, @@ -33,7 +33,7 @@ object Dependencies { val Migration: Seq[ModuleID] = Seq( "com.typesafe" % "config" % "1.4.3", - "ch.qos.logback" % "logback-classic" % "1.5.8", + "ch.qos.logback" % "logback-classic" % "1.5.12", "org.testcontainers" % "postgresql" % "1.20.1" % Test, "org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided) } diff --git a/project/build.properties b/project/build.properties index d244d29f..fa6e5678 100644 --- a/project/build.properties +++ b/project/build.properties @@ -2,4 +2,4 @@ # Copyright 2016 Dennis Vriend # Copyright (C) 2019 - 2022 Lightbend Inc. # -sbt.version=1.10.2 +sbt.version=1.10.4 diff --git a/project/plugins.sbt b/project/plugins.sbt index 69a2b09e..5324fca5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,8 @@ addDependencyTreePlugin // release addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") -addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") +addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") + // docs addSbtPlugin("io.akka" % "sbt-paradox-akka" % "24.10.3") addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0")