Skip to content

Commit

Permalink
logback-classic 1.2.9 (was 1.2.6) (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 20, 2021
1 parent 78b24a2 commit ea351b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-persistence-query" % AkkaVersion,
"com.typesafe.slick" %% "slick" % SlickVersion,
"com.typesafe.slick" %% "slick-hikaricp" % SlickVersion,
"ch.qos.logback" % "logback-classic" % "1.2.6" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.9" % Test,
"com.typesafe.akka" %% "akka-slf4j" % AkkaVersion % Test,
"com.typesafe.akka" %% "akka-persistence-tck" % AkkaVersion % Test,
"com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test,
Expand All @@ -33,7 +33,7 @@ object Dependencies {

val Migration: Seq[ModuleID] = Seq(
"com.typesafe" % "config" % "1.4.1",
"ch.qos.logback" % "logback-classic" % "1.2.6",
"ch.qos.logback" % "logback-classic" % "1.2.9",
"org.testcontainers" % "postgresql" % "1.16.1" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
}

0 comments on commit ea351b7

Please sign in to comment.