Skip to content

Commit

Permalink
bump: logback-classic 1.2.12 (was 1.2.11) (#734)
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Andrén <johan@markatta.com>
  • Loading branch information
scala-steward and johanandren committed Apr 21, 2023
1 parent 7edede3 commit f841e47
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 @@ -21,7 +21,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.11" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.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,
Expand All @@ -30,7 +30,7 @@ object Dependencies {

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

0 comments on commit f841e47

Please sign in to comment.