Skip to content

Commit

Permalink
Merge pull request #676 from cheenamalhotra/dependency-update
Browse files Browse the repository at this point in the history
Update Maven Dependencies for test suite
  • Loading branch information
cheenamalhotra authored Apr 20, 2018
2 parents 2982983 + 03c3547 commit 58ad308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.platform.version>1.1.0</junit.platform.version>
<junit.jupiter.version>5.1.0</junit.jupiter.version>
<junit.platform.version>1.1.1</junit.platform.version>
<junit.jupiter.version>5.1.1</junit.jupiter.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.7.8</version>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 58ad308

Please sign in to comment.