Bump h2 to 2.3.232 (#3746)

This commit is contained in:
Naoki Takezoe
2025-06-21 13:03:48 +09:00
committed by GitHub
parent 0124091840
commit 1ffcf8c1e9
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ libraryDependencies ++= Seq(
"org.apache.tika" % "tika-core" % "3.2.0", "org.apache.tika" % "tika-core" % "3.2.0",
"com.github.takezoe" %% "blocking-slick" % "0.0.14", "com.github.takezoe" %% "blocking-slick" % "0.0.14",
"com.novell.ldap" % "jldap" % "2009-10-07", "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.mariadb.jdbc" % "mariadb-java-client" % "2.7.12",
"org.postgresql" % "postgresql" % "42.7.7", "org.postgresql" % "postgresql" % "42.7.7",
"ch.qos.logback" % "logback-classic" % "1.5.18", "ch.qos.logback" % "logback-classic" % "1.5.18",

View File

@@ -20,7 +20,7 @@ object DatabaseConfig {
FileUtils.write( FileUtils.write(
file, file,
"""db { """db {
| url = "jdbc:h2:${DatabaseHome};MVCC=true" | url = "jdbc:h2:${DatabaseHome}"
| user = "sa" | user = "sa"
| password = "sa" | password = "sa"
|# connectionTimeout = 30000 |# connectionTimeout = 30000