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 12:08:29 UTC

[maven-plugin-testing] branch master updated: Revert "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 7c12089  Revert "update dependencies: JUnit and Plexus"
7c12089 is described below

commit 7c120891cba113bdb4b4b75cd6567edb95fcdda9
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jun 13 08:08:08 2020 -0400

    Revert "update dependencies: JUnit and Plexus"
    
    This reverts commit 5e51b2268c44158eeeb1a334ee545e68fac7f8fd.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a41abc9..39a41b4 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.3.0</version>
+        <version>3.0.15</version>
         <scope>provided</scope>
       </dependency>    
     
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13</version>
+        <version>4.11</version>
         <scope>provided</scope>
       </dependency>    
     </dependencies>