From 0e41d9d28e37358f59b10044ae07e7e9696a4cd2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Feb 2021 18:52:30 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f3a0f947..2755032d 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ lazy val psforeverSettings = Seq( "org.json4s" %% "json4s-native" % "3.6.10", "io.getquill" %% "quill-jasync-postgres" % "3.6.1", "org.flywaydb" % "flyway-core" % "7.5.3", - "org.postgresql" % "postgresql" % "42.2.18", + "org.postgresql" % "postgresql" % "42.2.19", "com.typesafe" % "config" % "1.4.1", "com.github.pureconfig" %% "pureconfig" % "0.14.0", "com.beachape" %% "enumeratum" % "1.6.1",