Downgrade h2 version to 1.4.199

Fixes https://gist.github.com/lucko/2ba1a9eb52fd76da19e54888c2595381

See: h2database/h2database#2078
This commit is contained in:
Luck 2019-12-24 14:00:48 +00:00
parent dc5c6b0138
commit 9a92920120
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -164,8 +164,10 @@ public enum Dependency {
H2_DRIVER(
"com.h2database",
"h2",
"1.4.200",
"OtmsS2qunNnTrBxEdGXh7QYBm4UbiT3WqNdt222FvKY="
// seems to be a compat bug in 1.4.200 with older dbs
// see: https://github.com/h2database/h2database/issues/2078
"1.4.199",
"MSWhZ0O8a0z7thq7p4MgPx+2gjCqD9yXiY95b5ml1C4="
// we don't apply relocations to h2 - it gets loaded via
// an isolated classloader
),