From 106d50fdc3ea5632a0efeaf6dd4f1b0221d06d5b Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Fri, 19 Sep 2025 00:25:32 +0000 Subject: [PATCH] chore: update postgresql from 42.7.4 to 42.7.8 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index eecf6de8..2f4c1032 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -40,7 +40,7 @@ object Dependencies { val joda = "joda-time" % "joda-time" % "2.13.0" val hikariCP = "com.zaxxer" % "HikariCP" % "6.2.1" - val postgresql = "org.postgresql" % "postgresql" % "42.7.4" + val postgresql = "org.postgresql" % "postgresql" % "42.7.8" val cats = "org.typelevel" %% "cats-core" % "2.12.0" val henkanConvert = "com.kailuowang" %% "henkan-convert" % "0.6.5" val henkanOptional = "com.kailuowang" %% "henkan-optional" % "0.6.5"