This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new de73a31 [MANTRUN-224] Bump junit-jupiter-engine from 5.6.2 to 5.7.0
de73a31 is described below
commit de73a31e696430650b297d1f260ec1efd777b79b
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Sep 14 13:48:50 2020 +0200
[MANTRUN-224] Bump junit-jupiter-engine from 5.6.2 to 5.7.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 088d6bb..ee7ffb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@ under the License.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
- <version>5.6.2</version>
+ <version>5.7.0</version>
<scope>test</scope>
</dependency>
<dependency>