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/03/31 22:24:29 UTC

[maven-dependency-plugin] branch dep created (now b8256e3)

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

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


      at b8256e3  update dependencies

This branch includes the following new commits:

     new b8256e3  update 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-dependency-plugin] 01/01: update dependencies

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

elharo pushed a commit to branch dep
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit b8256e3fb73c3687f68ae715741d7c3461b71ef5
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Mar 31 18:24:02 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 2552d8b..ca5fc47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,7 +242,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-artifact-transfer</artifactId>
-      <version>0.11.0</version>
+      <version>0.12.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
@@ -316,7 +316,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-http-lightweight</artifactId>
-      <version>1.0-beta-6</version>
+      <version>3.3.4</version>
       <scope>provided</scope>
     </dependency>