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/06/13 12:09:38 UTC

[maven-plugin-testing] branch deps created (now 26fe6e9)

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

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


      at 26fe6e9  update junit

This branch includes the following new commits:

     new 26fe6e9  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-plugin-testing] 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 deps
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git

commit 26fe6e9722cf519ef4ea896ecf71e50dbe891727
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jun 13 08:09:20 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 39a41b4..06eb534 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@ under the License.
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.11</version>
+        <version>4.13</version>
         <scope>provided</scope>
       </dependency>    
     </dependencies>