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/05 11:07:44 UTC

[maven-project-info-reports-plugin] branch master updated: Update dependencies (#19)

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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ed6e57  Update dependencies (#19)
9ed6e57 is described below

commit 9ed6e572c57d8d35029c09951294f46a34afd1bc
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Fri Jun 5 07:07:18 2020 -0400

    Update dependencies (#19)
    
    * some dependency updates
    * update httpunit
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index ecb186c..7cc9b75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-common-artifact-filters</artifactId>
-      <version>3.0.1</version>
+      <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
@@ -338,19 +338,19 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.1.0</version>
+      <version>3.3.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.25</version>
+      <version>1.26</version>
     </dependency>
 
     <!-- Test -->
     <dependency>
-      <groupId>httpunit</groupId>
+      <groupId>org.httpunit</groupId>
       <artifactId>httpunit</artifactId>
-      <version>1.6.1</version>
+      <version>1.7.3</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -386,7 +386,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-http-lightweight</artifactId>
-      <version>3.1.0</version>
+      <version>3.3.4</version>
       <scope>test</scope>
     </dependency>