Update postgresql to 42.5.3

This commit is contained in:
Scala Steward
2023-02-03 15:41:23 +00:00
committed by kenji yoshida
parent a3981493f7
commit 5f8a6e8d24

View File

@@ -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",