From 64db8e0d53bb5e4fa2a7482e1c3efe4a404fa688 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:00:53 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.7.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 85d9c9c..1a69038 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ mergifyExtraConditions := Seq( libraryDependencies ++= List( "com.github.sbt" % "junit-interface" % "0.13.3" % Test, "ch.qos.logback" % "logback-classic" % "1.4.14" % Test, - "org.postgresql" % "postgresql" % "42.7.0" % Test, + "org.postgresql" % "postgresql" % "42.7.1" % Test, ) scalacOptions += "-deprecation"