You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/10/12 13:01:47 UTC

[maven-ear-plugin] branch elharo-patch-1 created (now 633d642)

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

elharo pushed a change to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git.


      at 633d642  deps: update JUnit

This branch includes the following new commits:

     new 633d642  deps: update JUnit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-ear-plugin] 01/01: deps: update JUnit

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit 633d6424383f555be8d46c71c30200abcbb0a80d
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon Oct 12 09:01:40 2020 -0400

    deps: update JUnit
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aae6f4f..0f35d61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>