Merge pull request #954 from psforever/renovate/org.postgresql-postgresql-42.x

Update dependency org.postgresql:postgresql to v42.3.1
This commit is contained in:
Fate-JH 2021-11-01 11:52:26 -04:00 committed by GitHub
commit 7f686a53d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ lazy val psforeverSettings = Seq(
"org.json4s" %% "json4s-native" % "4.0.3",
"io.getquill" %% "quill-jasync-postgres" % "3.10.0",
"org.flywaydb" % "flyway-core" % "8.0.2",
"org.postgresql" % "postgresql" % "42.2.24",
"org.postgresql" % "postgresql" % "42.3.1",
"com.typesafe" % "config" % "1.4.1",
"com.github.pureconfig" %% "pureconfig" % "0.17.0",
"com.beachape" %% "enumeratum" % "1.7.0",