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/04/01 12:59:55 UTC

[maven-plugin-tools] 01/02: upgrade dependencies

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

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

commit 5b28b839d8fbbad2c6b8bf51e5ee968a73c077b2
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Apr 1 08:59:10 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index a6a6338..d490ab7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,7 +241,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -279,7 +279,7 @@
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>
-          <version>1.7</version>
+          <version>2.1.0</version>
           <executions>
             <execution>
               <goals>