Bump caffeine & hikari version

This commit is contained in:
Luck
2018-02-24 14:15:51 +00:00
Unverified
parent 4f4a387f04
commit 4e4ec8e608
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -133,14 +133,14 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<scope>provided</scope>
</dependency>
<!-- HikariCP -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.7.6</version>
<version>2.7.8</version>
<scope>provided</scope>
</dependency>
+2 -2
View File
@@ -89,7 +89,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<scope>provided</scope>
</dependency>
<!-- okhttp -->
@@ -157,7 +157,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.7.6</version>
<version>2.7.8</version>
<scope>provided</scope>
</dependency>
<!-- Jedis -->
@@ -62,8 +62,8 @@ public enum Dependency {
CAFFEINE(
"com{}github{}ben-manes{}caffeine",
"caffeine",
"2.6.1",
"5F55lb0PmSThBWkRJ9mwkvN+8xT6uDZKIwKk37QW0co=",
"2.6.2",
"53pEV3NfB1FY29Ahx2YXl91IVpX8Ttkt/d401HFNl1A=",
Relocation.of("caffeine", "com{}github{}benmanes{}caffeine")
),
OKIO(
@@ -123,8 +123,8 @@ public enum Dependency {
HIKARI(
"com{}zaxxer",
"HikariCP",
"2.7.6",
"gEhb0Z6eOIgGT5mG9NhyyEtbBxJx/Rks6aDiWUnmqK4=",
"2.7.8",
"nmp5eJvNRsz/4fxakr4re5Tdx/U4wy8BlSU2si0j/ZY=",
Relocation.of("hikari", "com{}zaxxer{}hikari")
),
SLF4J_SIMPLE(
+1 -1
View File
@@ -133,7 +133,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<scope>provided</scope>
</dependency>