From 2216958d726ae731dbe03ee62988d471d0953a24 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Jun 2021 16:17:19 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.2.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1b3c8f8..6c42304e 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.21", + "org.postgresql" % "postgresql" % "42.2.22", "com.typesafe" % "config" % "1.4.1", "com.github.pureconfig" %% "pureconfig" % "0.16.0", "com.beachape" %% "enumeratum" % "1.6.1",