From 1d76d795c0705cdbf13095d67a8513f828b39907 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Nov 2021 15:44:59 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 695b4476..e4e0754f 100644 --- a/build.sbt +++ b/build.sbt @@ -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",