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 2020/10/14 19:22:28 UTC

[maven-remote-resources-plugin] branch master updated: Bump junit from 4.12 to 4.13.1

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-remote-resources-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new bee5327  Bump junit from 4.12 to 4.13.1
bee5327 is described below

commit bee5327b99ed55d43f33cdafea7bbcc78976dc26
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Oct 14 21:22:23 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 5b8bd6f..6ea2b2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>