1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-02 10:52:37 +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( POSTGRESQL_DRIVER(
"org{}postgresql", "org{}postgresql",
"postgresql", "postgresql",
"9.4.1212", "42.2.19",
"DLKhWL4xrPIY4KThjI89usaKO8NIBkaHc/xECUsMNl0=", "IydH+gkk2Iom36QrgSi2+hFAgC2AQSWJFZboyl8pEyI=",
Relocation.of("postgresql", "org{}postgresql") Relocation.of("postgresql", "org{}postgresql")
), ),
H2_DRIVER( H2_DRIVER(
@@ -180,8 +180,8 @@ public enum Dependency {
HIKARI( HIKARI(
"com{}zaxxer", "com{}zaxxer",
"HikariCP", "HikariCP",
"3.4.5", "4.0.2",
"i3MvlHBXDUqEHcHvbIJrWGl4sluoMHEv8fpZ3idd+mE=", "DP9czSdMnMysTbuoBK5cy9w5r2zR6rdaB09L/HfHncU=",
Relocation.of("hikari", "com{}zaxxer{}hikari") Relocation.of("hikari", "com{}zaxxer{}hikari")
), ),
SLF4J_SIMPLE( SLF4J_SIMPLE(