Update Hikari dependency

This commit is contained in:
games647
2018-01-27 18:47:19 +01:00
parent 3beb8beaeb
commit 856613a8c7

View File

@ -28,7 +28,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.7.2</version>
<version>2.7.6</version>
</dependency>
<!--Logging framework implements slf4j which is required by hikari-->