From df6c306923b3bbbeca3a0f24fb8f33200110faed Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 00:41:46 +0000 Subject: [PATCH] Update postgresql to 42.7.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 176ec0e4..869a2815 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ val kafkaClientsVersion = "3.7.0" val pekkoConnectorsVersion = "1.0.2" val futilesVersion = "2.0.2" val quillJdbcMonixVersion = "3.7.2" -val postgresqlJdbcVersion = "42.7.3" +val postgresqlJdbcVersion = "42.7.6" val scalaLoggingVersion = "3.9.5" val logbackClassicVersion = "1.5.6" val declineVersion = "2.4.1"