mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 11:36:05 +01:00
Update postgresql to 42.4.0
This commit is contained in:
committed by
kenji yoshida
parent
8a434cbd15
commit
2069a5a931
@@ -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" % "3.0.5",
|
||||
"org.postgresql" % "postgresql" % "42.3.6",
|
||||
"org.postgresql" % "postgresql" % "42.4.0",
|
||||
"ch.qos.logback" % "logback-classic" % "1.2.11",
|
||||
"com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "slf4j-api"),
|
||||
"com.typesafe" % "config" % "1.4.2",
|
||||
|
||||
Reference in New Issue
Block a user