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/04/26 12:35:35 UTC

[maven-resolver] branch junit created (now 52c9863)

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

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


      at 52c9863  update JUnit

This branch includes the following new commits:

     new 52c9863  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-resolver] 01/01: 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 junit
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git

commit 52c9863bfac86707744106b506bd5c5ba8cb8bc3
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Apr 26 08:35:22 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index c5c2e82..2f32ddf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13</version>
         <scope>test</scope>
       </dependency>
       <dependency>