From 0ba688adfeec09087eec4d77041af8ce2f91ad1e Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:11:00 +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 e95e8f4..92cd3f7 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val Versions = new { val Flyway = "9.15.2" - val Postgres = "42.5.6" + val Postgres = "42.7.4" val TestContainers = "0.40.9"