From c5b22e1f567c2b4288e384316d1a673cf7a18333 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 05:56:08 +0000 Subject: [PATCH] Update postgresql to 42.7.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0e182bd..bc88fba 100644 --- a/build.sbt +++ b/build.sbt @@ -351,7 +351,7 @@ lazy val tests = crossProject(JVMPlatform, NativePlatform) ) lazy val flywayVersion = "11.0.0" -lazy val postgresqlVersion = "42.7.4" +lazy val postgresqlVersion = "42.7.5" lazy val testsFlyway = project .in(file("modules/tests-flyway")) .enablePlugins(AutomateHeaderPlugin, NoPublishPlugin)