You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/04/30 22:53:44 UTC

[maven-project-info-reports-plugin] 01/01: [MPIR-363] Upgrade dependencies to latest versions

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

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

commit 9597adc758ebdf32a80830ec83b2fb06ca53ad63
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue May 1 00:47:18 2018 +0200

    [MPIR-363] Upgrade dependencies to latest versions
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4a9e126..52cc855 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,7 +324,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.24</version>
+      <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -336,7 +336,7 @@ under the License.
     <dependency>
       <groupId>httpunit</groupId>
       <artifactId>httpunit</artifactId>
-      <version>1.6</version>
+      <version>1.6.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -354,7 +354,7 @@ under the License.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.12.0</version>
+      <version>2.18.3</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -378,7 +378,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-http-lightweight</artifactId>
-      <version>2.10</version>
+      <version>3.0.0</version>
       <scope>runtime</scope>
     </dependency>
 
@@ -386,7 +386,7 @@ under the License.
     <dependency>
       <groupId>commons-validator</groupId>
       <artifactId>commons-validator</artifactId>
-      <version>1.5.1</version>
+      <version>1.6</version>
     </dependency>
   </dependencies>
 

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.