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

This commit is contained in:
Renovate Bot 2020-09-16 14:21:58 +00:00
parent 7626c8e6c9
commit d7aa72d6e2
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

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.2",
"org.flywaydb" % "flyway-core" % "6.5.5",
"org.flywaydb" % "flyway-core" % "6.5.6",
"org.postgresql" % "postgresql" % "42.2.16",
"com.typesafe" % "config" % "1.4.0",
"com.github.pureconfig" %% "pureconfig" % "0.13.0",