Skip to content

Commit

Permalink
Bump junit-jupiter-api from 5.6.2 to 5.7.0
Browse files Browse the repository at this point in the history
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.6.2 to 5.7.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.6.2...r5.7.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

This upgrade needs junit-jupiter-engine, added it to pom
  • Loading branch information
dependabot-preview[bot] authored and SandorArpa committed Oct 6, 2020
1 parent 3ec9a0b commit 6788e23
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 6788e23

Please sign in to comment.