From 8287f8d2f424b123cc824317b484892d975c0d9a Mon Sep 17 00:00:00 2001 From: "your-app-name[bot]" <234726+keynmol-steward[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:06:16 +0000 Subject: [PATCH] Update postgresql to 42.7.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a6c60ff..3026227 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val Versions = new { val http4sDom = "0.2.7" val jwt = "9.2.0" val Flyway = "9.22.3" - val Postgres = "42.6.2" + val Postgres = "42.7.4" val TestContainers = "0.41.4" val Weaver = "0.8.4" val WeaverPlaywright = "0.0.5"