mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 05:07:02 +02:00
Update postgresql to 42.2.24
This commit is contained in:
committed by
kenji yoshida
parent
b6bd9bfc3b
commit
3f27c6e733
@@ -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.4",
|
||||
"org.postgresql" % "postgresql" % "42.2.23",
|
||||
"org.postgresql" % "postgresql" % "42.2.24",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user