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/11 12:20:03 UTC

[maven-reporting-exec] 01/01: update junit

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

elharo pushed a commit to branch junit
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git

commit 9d4c30e7db25f89b6ad648f8997dea2328037311
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Jun 11 08:19:45 2020 -0400

    update junit
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 87560fc..92fa222 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.8.2</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>