From 549d2b53fd7ce31fc5f67c375c2a520bc0f2c179 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Sep 2020 05:48:00 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.2.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c4dd479a..7de28ced 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val psforeverSettings = Seq( "org.json4s" %% "json4s-native" % "3.6.8", "io.getquill" %% "quill-jasync-postgres" % "3.5.2", "org.flywaydb" % "flyway-core" % "6.5.5", - "org.postgresql" % "postgresql" % "42.2.14", + "org.postgresql" % "postgresql" % "42.2.16", "com.typesafe" % "config" % "1.4.0", "com.github.pureconfig" %% "pureconfig" % "0.13.0", "com.beachape" %% "enumeratum" % "1.6.1",