mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-04 20:45:58 +01:00
Bump h2 to 2.3.232 (#3746)
This commit is contained in:
@@ -44,7 +44,7 @@ libraryDependencies ++= Seq(
|
||||
"org.apache.tika" % "tika-core" % "3.2.0",
|
||||
"com.github.takezoe" %% "blocking-slick" % "0.0.14",
|
||||
"com.novell.ldap" % "jldap" % "2009-10-07",
|
||||
"com.h2database" % "h2" % "1.4.199",
|
||||
"com.h2database" % "h2" % "2.3.232",
|
||||
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.12",
|
||||
"org.postgresql" % "postgresql" % "42.7.7",
|
||||
"ch.qos.logback" % "logback-classic" % "1.5.18",
|
||||
|
||||
@@ -20,7 +20,7 @@ object DatabaseConfig {
|
||||
FileUtils.write(
|
||||
file,
|
||||
"""db {
|
||||
| url = "jdbc:h2:${DatabaseHome};MVCC=true"
|
||||
| url = "jdbc:h2:${DatabaseHome}"
|
||||
| user = "sa"
|
||||
| password = "sa"
|
||||
|# connectionTimeout = 30000
|
||||
|
||||
Reference in New Issue
Block a user