Bump caffeine & hikari version

This commit is contained in:
Luck 2018-02-24 14:15:51 +00:00
parent 4f4a387f04
commit 4e4ec8e608
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
4 changed files with 9 additions and 9 deletions

View File

@ -133,14 +133,14 @@
<dependency> <dependency>
<groupId>com.github.ben-manes.caffeine</groupId> <groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId> <artifactId>caffeine</artifactId>
<version>2.6.1</version> <version>2.6.2</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- HikariCP --> <!-- HikariCP -->
<dependency> <dependency>
<groupId>com.zaxxer</groupId> <groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId> <artifactId>HikariCP</artifactId>
<version>2.7.6</version> <version>2.7.8</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>

View File

@ -89,7 +89,7 @@
<dependency> <dependency>
<groupId>com.github.ben-manes.caffeine</groupId> <groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId> <artifactId>caffeine</artifactId>
<version>2.6.1</version> <version>2.6.2</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- okhttp --> <!-- okhttp -->
@ -157,7 +157,7 @@
<dependency> <dependency>
<groupId>com.zaxxer</groupId> <groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId> <artifactId>HikariCP</artifactId>
<version>2.7.6</version> <version>2.7.8</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Jedis --> <!-- Jedis -->

View File

@ -62,8 +62,8 @@ public enum Dependency {
CAFFEINE( CAFFEINE(
"com{}github{}ben-manes{}caffeine", "com{}github{}ben-manes{}caffeine",
"caffeine", "caffeine",
"2.6.1", "2.6.2",
"5F55lb0PmSThBWkRJ9mwkvN+8xT6uDZKIwKk37QW0co=", "53pEV3NfB1FY29Ahx2YXl91IVpX8Ttkt/d401HFNl1A=",
Relocation.of("caffeine", "com{}github{}benmanes{}caffeine") Relocation.of("caffeine", "com{}github{}benmanes{}caffeine")
), ),
OKIO( OKIO(
@ -123,8 +123,8 @@ public enum Dependency {
HIKARI( HIKARI(
"com{}zaxxer", "com{}zaxxer",
"HikariCP", "HikariCP",
"2.7.6", "2.7.8",
"gEhb0Z6eOIgGT5mG9NhyyEtbBxJx/Rks6aDiWUnmqK4=", "nmp5eJvNRsz/4fxakr4re5Tdx/U4wy8BlSU2si0j/ZY=",
Relocation.of("hikari", "com{}zaxxer{}hikari") Relocation.of("hikari", "com{}zaxxer{}hikari")
), ),
SLF4J_SIMPLE( SLF4J_SIMPLE(

View File

@ -133,7 +133,7 @@
<dependency> <dependency>
<groupId>com.github.ben-manes.caffeine</groupId> <groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId> <artifactId>caffeine</artifactId>
<version>2.6.1</version> <version>2.6.2</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>