Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

Commit 54be176

Browse files
Bump junit-jupiter-api from 5.6.2 to 5.7.0 (#343)
* Bump junit-jupiter-api from 5.6.2 to 5.7.0 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/junit-framework@r5.6.2...r5.7.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * update junit-jupiter to 5.7.0 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Constantin Costescu <[email protected]>
1 parent 1ee19b5 commit 54be176

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,19 @@
110110
<dependency>
111111
<groupId>org.junit.jupiter</groupId>
112112
<artifactId>junit-jupiter-api</artifactId>
113-
<version>5.6.2</version>
113+
<version>5.7.0</version>
114114
<scope>test</scope>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.junit.jupiter</groupId>
118118
<artifactId>junit-jupiter-engine</artifactId>
119-
<version>5.6.2</version>
119+
<version>5.7.0</version>
120120
<scope>test</scope>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.junit.jupiter</groupId>
124124
<artifactId>junit-jupiter-params</artifactId>
125-
<version>5.6.2</version>
125+
<version>5.7.0</version>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>

0 commit comments

Comments
 (0)