mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-03-02 11:31:13 +01:00
Downgrade h2 version to 1.4.199
Fixes https://gist.github.com/lucko/2ba1a9eb52fd76da19e54888c2595381 See: h2database/h2database#2078
This commit is contained in:
parent
dc5c6b0138
commit
9a92920120
@ -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
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user