From fa86be06895f53c3731fffd827eb1e5403888ca6 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Fri, 15 Mar 2024 00:17:02 +0000 Subject: [PATCH] chore: update postgresql from 42.7.2 to 42.7.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5869c861..0c751fdd 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -40,7 +40,7 @@ object Dependencies { val joda = "joda-time" % "joda-time" % "2.12.7" val hikariCP = "com.zaxxer" % "HikariCP" % "5.1.0" - val postgresql = "org.postgresql" % "postgresql" % "42.7.2" + val postgresql = "org.postgresql" % "postgresql" % "42.7.3" val cats = "org.typelevel" %% "cats-core" % "2.10.0" val henkanConvert = "com.kailuowang" %% "henkan-convert" % "0.6.5" val henkanOptional = "com.kailuowang" %% "henkan-optional" % "0.6.5"