From 8bf0c4cbff3edd6be5181d35be04720b3b34ade8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Jun 2021 19:49:54 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.2.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 771e31267..c10a88c85 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ lazy val psforeverSettings = Seq( "org.json4s" %% "json4s-native" % "4.0.0", "io.getquill" %% "quill-jasync-postgres" % "3.7.1", "org.flywaydb" % "flyway-core" % "7.10.0", - "org.postgresql" % "postgresql" % "42.2.20", + "org.postgresql" % "postgresql" % "42.2.21", "com.typesafe" % "config" % "1.4.1", "com.github.pureconfig" %% "pureconfig" % "0.16.0", "com.beachape" %% "enumeratum" % "1.6.1",