Update HikariCP, should fix a lot of issues

This commit is contained in:
Govindas 2020-05-02 19:48:35 +03:00 committed by GitHub
parent e610fc1357
commit 83f71e147b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ repositories {
dependencies {
shadow 'org.spigotmc:spigot-api:1.11-R0.1-SNAPSHOT'
shadow 'ch.njol:skript:2.2-SNAPSHOT'
compile 'com.zaxxer:HikariCP:2.6.2'
compile 'com.zaxxer:HikariCP:3.4.3'
}
task buildReadme(type: Javadoc) {