From 788ac27c275038f19c39f46867f90ab080d99d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Sat, 24 Aug 2024 09:10:28 +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 e38c791..e0df79a 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val root = (project in file(".")) "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2", "com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it", "com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it", - "org.postgresql" % "postgresql" % "42.7.3", + "org.postgresql" % "postgresql" % "42.7.4", "com.danielasfregola" %% "random-data-generator" % "2.9" % "it, test", "io.github.nafg.slick-migration-api" %% "slick-migration-api-flyway" % "0.11.0", "org.scalamock" %% "scalamock" % "6.0.0" % Test,