From d5cd523e8f488aff001bbf98616743ddc9a2a922 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 6 Jul 2021 16:31:40 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.2.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8d9dfd0f..cdb8dc35 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ lazy val psforeverSettings = Seq( "org.json4s" %% "json4s-native" % "4.0.1", "io.getquill" %% "quill-jasync-postgres" % "3.7.2", "org.flywaydb" % "flyway-core" % "7.11.0", - "org.postgresql" % "postgresql" % "42.2.22", + "org.postgresql" % "postgresql" % "42.2.23", "com.typesafe" % "config" % "1.4.1", "com.github.pureconfig" %% "pureconfig" % "0.16.0", "com.beachape" %% "enumeratum" % "1.7.0",