From 89ac3cf00aeba41458d0fcc3f081115e0e0d61d7 Mon Sep 17 00:00:00 2001 From: Brian Harrington Date: Fri, 7 Feb 2025 18:58:53 -0600 Subject: [PATCH] postgresql 42.7.5 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 611ea97d5..c99fda2cc 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -52,7 +52,7 @@ object Dependencies { val log4jJul = "org.apache.logging.log4j" % "log4j-jul" % log4j val log4jSlf4j = "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4j val munit = "org.scalameta" %% "munit" % "1.1.0" - val postgres = "org.postgresql" % "postgresql" % "42.7.4" + val postgres = "org.postgresql" % "postgresql" % "42.7.5" val postgresEmbedded = "io.zonky.test" % "embedded-postgres" % "2.1.0" val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "1.3.0" val scalaCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"