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/13 11:59:38 UTC

[maven-plugin-testing] branch master updated: update dependencies: JUnit and Plexus

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-plugin-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e51b22  update dependencies: JUnit and Plexus
5e51b22 is described below

commit 5e51b2268c44158eeeb1a334ee545e68fac7f8fd
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jun 13 07:59:14 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 39a41b4..a41abc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,14 +190,14 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.0.15</version>
+        <version>3.3.0</version>
         <scope>provided</scope>
       </dependency>    
     
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.11</version>
+        <version>4.13</version>
         <scope>provided</scope>
       </dependency>    
     </dependencies>