Update postgresql to 42.3.0

This commit is contained in:
Scala Steward
2021-10-18 15:46:08 +00:00
committed by kenji yoshida
parent 2da9d0a801
commit aafa423b9f

View File

@@ -48,7 +48,7 @@ libraryDependencies ++= Seq(
"com.novell.ldap" % "jldap" % "2009-10-07",
"com.h2database" % "h2" % "1.4.199",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.4",
"org.postgresql" % "postgresql" % "42.2.24",
"org.postgresql" % "postgresql" % "42.3.0",
"ch.qos.logback" % "logback-classic" % "1.2.6",
"com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "slf4j-api"),
"com.typesafe" % "config" % "1.4.1",