diff --git a/build.sbt b/build.sbt index cd316fb..c8469bd 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ lazy val root = (project in file(".")) "io.circe" %% "circe-core" % circeV, "io.circe" %% "circe-parser" % circeV % "test, it", "io.circe" %% "circe-literal" % circeV % "test, it", - "ch.qos.logback" % "logback-classic" % "1.2.3" % "runtime", + "ch.qos.logback" % "logback-classic" % "1.2.12" % "runtime", "org.scalatest" %% "scalatest" % "3.1.2" % "test, it", "org.tpolecat" %% "doobie-postgres" % doobieV % "it", "org.flywaydb" % "flyway-core" % "6.4.2" % "it",