Update postgresql to 42.2.23

This commit is contained in:
Scala Steward
2021-07-06 20:01:45 +02:00
committed by kenji yoshida
parent 16020e9a7d
commit 1bcab5c2c7

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.3",
"org.postgresql" % "postgresql" % "42.2.22",
"org.postgresql" % "postgresql" % "42.2.23",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"com.zaxxer" % "HikariCP" % "4.0.3",
"com.typesafe" % "config" % "1.4.1",