Skip to content

Commit

Permalink
Downgrade Hikari CP version
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Sep 10, 2016
1 parent 4cfc899 commit ec31c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.5.0</version>
<artifactId>HikariCP-java7</artifactId>
<version>2.4.8</version> <!-- Newer versions require Java 8 -->
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit ec31c9b

Please sign in to comment.