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 2021/04/16 21:14:25 UTC

[maven-shared-utils] branch harness created (now 0b6ce05)

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

elharo pushed a change to branch harness
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git.


      at 0b6ce05  update to JUnit 4.13.2

This branch includes the following new commits:

     new 0b6ce05  update to JUnit 4.13.2

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-shared-utils] 01/01: update to JUnit 4.13.2

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

elharo pushed a commit to branch harness
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git

commit 0b6ce051a03224a6583a34f1ef1a73bd70af8696
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Apr 16 17:14:09 2021 -0400

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

diff --git a/pom.xml b/pom.xml
index ce50ec2..7516b15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>