Skip to content

Commit

Permalink
Merge pull request #441 from influxdata/update-dependecies
Browse files Browse the repository at this point in the history
Update junit from 5.1.0 -> 5.1.0
  • Loading branch information
majst01 committed Apr 9, 2018
2 parents e5aed8b + 06416c3 commit 76ba5c7
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 @@ -218,13 +218,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.1.0</version>
<version>5.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -242,7 +242,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.15.0</version>
<version>2.18.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 76ba5c7

Please sign in to comment.