Skip to content

Commit

Permalink
Fix junit vintage dependency warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamClark committed Apr 30, 2018
1 parent 794e279 commit 9b0a303
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<junit.platform.version>1.1.1</junit.platform.version>

<junit.version>4.12</junit.version>
<junit.vintage.version>5.1.0</junit.vintage.version>
<junit.vintage.version>5.1.1</junit.vintage.version>

<cucumber.version>1.2.5</cucumber.version>
<assertj.version>3.9.1</assertj.version>
Expand Down Expand Up @@ -91,6 +91,7 @@
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit.vintage.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
Expand Down

0 comments on commit 9b0a303

Please sign in to comment.