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/17 12:30:17 UTC

[maven-shared-utils] branch test created (now c35a836)

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

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


      at c35a836  update test dependencies

This branch includes the following new commits:

     new c35a836  update test dependencies

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 test dependencies

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

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

commit c35a8363d0cc58800892e8c3d8ae3177d371e502
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Jul 17 08:29:56 2020 -0400

    update test dependencies
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 714a520..08b2fd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,13 +120,13 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
-      <version>1.7.1</version>
+      <version>2.1.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>2.1</version>
+      <version>3.1.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>