Bump caffeine and hikari versions (#462)

This commit is contained in:
Luck
2017-09-05 23:56:45 +01:00
Unverified
parent bf7a708440
commit 649748c2d3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -60,7 +60,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.6.3</version>
<version>2.7.0</version>
<scope>provided</scope>
</dependency>
<!-- Jedis -->
@@ -102,7 +102,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.5.2</version>
<version>2.5.5</version>
<scope>provided</scope>
</dependency>
<!-- Lombok -->