1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 18:32:33 +02:00

Bump PostgreSQL version (#2903)

This commit is contained in:
Hai-tun
2021-02-20 19:09:07 +08:00
committed by GitHub
parent 7579bbe549
commit 435e039b38

View File

@@ -155,8 +155,8 @@ public enum Dependency {
POSTGRESQL_DRIVER(
"org{}postgresql",
"postgresql",
"9.4.1212",
"DLKhWL4xrPIY4KThjI89usaKO8NIBkaHc/xECUsMNl0=",
"42.2.19",
"IydH+gkk2Iom36QrgSi2+hFAgC2AQSWJFZboyl8pEyI=",
Relocation.of("postgresql", "org{}postgresql")
),
H2_DRIVER(
@@ -180,8 +180,8 @@ public enum Dependency {
HIKARI(
"com{}zaxxer",
"HikariCP",
"3.4.5",
"i3MvlHBXDUqEHcHvbIJrWGl4sluoMHEv8fpZ3idd+mE=",
"4.0.2",
"DP9czSdMnMysTbuoBK5cy9w5r2zR6rdaB09L/HfHncU=",
Relocation.of("hikari", "com{}zaxxer{}hikari")
),
SLF4J_SIMPLE(