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/22 15:43:55 UTC

[maven-invoker-plugin] 01/01: deps: update JUnit and artifact-transfer

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

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

commit 7d9b5c255de759b7c0a486402ef90d2b7380436a
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Mar 22 11:43:42 2020 -0400

    deps: update JUnit and artifact-transfer
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1c99ba3..5073610 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,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>
 
     <!-- Doxia -->
@@ -223,7 +223,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>