From 5f8a6e8d24f57f787e329a846bfd3455a06fe2da Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:41:23 +0000 Subject: [PATCH] Update postgresql to 42.5.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eaa2156b5..8630f2710 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ libraryDependencies ++= Seq( "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.199", "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.6", - "org.postgresql" % "postgresql" % "42.5.2", + "org.postgresql" % "postgresql" % "42.5.3", "ch.qos.logback" % "logback-classic" % "1.3.5", "com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "slf4j-api"), "com.typesafe" % "config" % "1.4.2",