From 6dc41544d51ebf4fa825080f4c449b06a0329b69 Mon Sep 17 00:00:00 2001 From: "indoorvivants-steward[bot]" <111179303+indoorvivants-steward[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:44:53 +0100 Subject: [PATCH] Update postgresql to 42.7.4 (#189) Co-authored-by: Indoor Vivants Steward[bot] <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> --- 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"