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/12/23 12:33:58 UTC

[maven-scm] branch elharo-patch-1 created (now 0b2d336)

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-scm.git.


      at 0b2d336  deps: update to JUnit 4.13.1

This branch includes the following new commits:

     new 0b2d336  deps: update to JUnit 4.13.1

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-scm] 01/01: deps: update to JUnit 4.13.1

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-scm.git

commit 0b2d3365374d9cadb5ed0494227b4221ef627877
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Wed Dec 23 12:33:51 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index 88c1c93..99640b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13</version>
+        <version>4.13.1</version>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>