Skip to content

Commit

Permalink
fixed issues reported by SonarCloud, updated Para to 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Mar 15, 2018
1 parent 133a874 commit 15289a8
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 286 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-core</artifactId>
<version>1.28.5</version>
<version>1.29.0</version>
<scope>provided</scope>
</dependency>

<!-- HIKARI JDBC CONNECTION POOLING -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.7.4</version>
<version>2.7.8</version>
</dependency>

<!-- H2 DB -->
Expand Down
Loading

0 comments on commit 15289a8

Please sign in to comment.