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/07/31 10:44:11 UTC

[maven-common-artifact-filters] branch 31 created (now 2fbee9a)

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

elharo pushed a change to branch 31
in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git.


      at 2fbee9a  update JUnit to 4.13

This branch includes the following new commits:

     new 2fbee9a  update JUnit to 4.13

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-common-artifact-filters] 01/01: update JUnit to 4.13

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

elharo pushed a commit to branch 31
in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git

commit 2fbee9a5caf4810df924a413c042ea70d24cc5ea
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Jul 31 06:43:57 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 099b532..4bf47b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.9</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>