Update postgresql to 42.2.19 (#2682)

This commit is contained in:
Scala Steward
2021-02-20 09:44:35 +01:00
committed by GitHub
parent 78cc8f14fd
commit d991fdcbd9

View File

@@ -50,7 +50,7 @@ libraryDependencies ++= Seq(
"com.novell.ldap" % "jldap" % "2009-10-07",
"com.h2database" % "h2" % "1.4.199",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.2",
"org.postgresql" % "postgresql" % "42.2.18",
"org.postgresql" % "postgresql" % "42.2.19",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"com.zaxxer" % "HikariCP" % "4.0.2",
"com.typesafe" % "config" % "1.4.1",