Skip to content

Commit

Permalink
Merge pull request #928 from alphagov/dependabot/maven/org.junit.jupi…
Browse files Browse the repository at this point in the history
…ter-junit-jupiter-api-5.7.0

Bump junit-jupiter-api from 5.6.2 to 5.7.0
  • Loading branch information
SandorArpa authored Oct 6, 2020
2 parents 33d01f8 + 6788e23 commit b23dff4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.6.2</version>
<version>5.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit5.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b23dff4

Please sign in to comment.