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/01 14:14:30 UTC

[maven-dependency-plugin] branch update created (now d3cf760)

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

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


      at d3cf760  update dependencies

This branch includes the following new commits:

     new d3cf760  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 update
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit d3cf76030b97fb363ce3c0a4b8a0172706905c9e
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Mar 1 09:14:03 2020 -0500

    update dependencies
---
 .gitignore |  2 ++
 pom.xml    | 14 +++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index f79c928..e1b7e45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ out/
 /bootstrap
 /dependencies.xml
 .java-version
+.checkstyle
+
diff --git a/pom.xml b/pom.xml
index 098de37..e1544e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@ under the License.
           <dependency>
               <groupId>org.ow2.asm</groupId>
               <artifactId>asm</artifactId>
-              <version>7.2</version>
+              <version>7.3.1</version>
           </dependency>
       </dependencies>
   </dependencyManagement>
@@ -175,7 +175,7 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.5</version>
+      <version>2.6</version>
     </dependency>
 
     <!-- doxia -->
@@ -199,7 +199,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.1.0</version>
+      <version>4.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -220,7 +220,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-io</artifactId>
-      <version>3.1.0</version>
+      <version>3.2.0</version>
     </dependency>
 
     <!-- shared -->
@@ -248,7 +248,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>
@@ -284,7 +284,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -309,7 +309,7 @@ under the License.
    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.24</version>
+      <version>1.26</version>
       <scope>test</scope>
     </dependency>