Update dependency org.flywaydb:flyway-core to v6.5.7

This commit is contained in:
Renovate Bot 2020-09-22 11:28:26 +00:00 committed by Jakob Gillich
parent 98e4d1d72f
commit 5827204b10

View file

@ -66,7 +66,7 @@ lazy val psforeverSettings = Seq(
"io.kamon" %% "kamon-apm-reporter" % "2.1.6",
"org.json4s" %% "json4s-native" % "3.6.9",
"io.getquill" %% "quill-jasync-postgres" % "3.5.3",
"org.flywaydb" % "flyway-core" % "6.5.6",
"org.flywaydb" % "flyway-core" % "6.5.7",
"org.postgresql" % "postgresql" % "42.2.16",
"com.typesafe" % "config" % "1.4.0",
"com.github.pureconfig" %% "pureconfig" % "0.14.0",