Bump hikari version

This commit is contained in:
Luck 2019-03-03 12:01:15 +00:00
parent 46072eb465
commit 2cf919a17a
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ dependencies {
compile('me.lucko.configurate:configurate-toml:3.5') {
exclude(module: 'toml4j')
}
compile 'com.zaxxer:HikariCP:3.3.0'
compile 'com.zaxxer:HikariCP:3.3.1'
compile 'redis.clients:jedis:2.10.1'
compile 'org.mongodb:mongo-java-driver:3.9.1'
compile 'org.yaml:snakeyaml:1.23'

View File

@ -161,8 +161,8 @@ public enum Dependency {
HIKARI(
"com{}zaxxer",
"HikariCP",
"3.3.0",
"hpK1CDgTul4n8ICT0y12qDIFwT6uzzu9xr8+vrbGrco=",
"3.3.1",
"SIaA1yzGHOZNpZNoIt903f5ScJrIB3u8CT2cNkaLcy0=",
Relocation.of("hikari", "com{}zaxxer{}hikari")
),
SLF4J_SIMPLE(