You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/08/17 16:07:06 UTC

[maven-reporting-impl] branch master updated: Bump JUnit from 3.8.2 to 4.13

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c7de74  Bump JUnit from 3.8.2 to 4.13
9c7de74 is described below

commit 9c7de740a5f43d254693a0c408abab70a5c887c2
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Aug 17 18:06:38 2020 +0200

    Bump JUnit from 3.8.2 to 4.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4dde425..4f8bf00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>