From 52ad12417fc65810a716bf6cdfea6eb8eac8a6de 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 12:34:01 +0000 Subject: [PATCH] Update postgresql to 42.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b58dc05..e95e8f4 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val Versions = new { val Flyway = "9.15.2" - val Postgres = "42.5.5" + val Postgres = "42.5.6" val TestContainers = "0.40.9"