You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/17 11:20:02 UTC

[maven-resolver-ant-tasks] 01/02: Bump junit from 4.12 to 4.13.2

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MRESOLVER-181
in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git

commit 7d89b4ebeef4fea0a3b738277eef674da11b59cb
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 16 10:53:11 2021 +0200

    Bump junit from 4.12 to 4.13.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5969c5f..8f9b879 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>