You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/09/17 17:06:14 UTC

[logging-log4j2] branch release-2.x updated: Update JUnit to 5.7.0

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

mattsicker pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 829ec28  Update JUnit to 5.7.0
829ec28 is described below

commit 829ec280f7fa230d2bc1742ca9e5268c713b48be
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Thu Sep 17 12:05:13 2020 -0500

    Update JUnit to 5.7.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 049f98e..fb33a2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,7 +242,7 @@
     <minSeverity>info</minSeverity>
     <jctoolsVersion>1.2.1</jctoolsVersion>
     <junitVersion>4.13</junitVersion>
-    <junitJupiterVersion>5.6.2</junitJupiterVersion>
+    <junitJupiterVersion>5.7.0</junitJupiterVersion>
     <mockitoVersion>2.25.1</mockitoVersion>
     <argLine>-Xms256m -Xmx1024m</argLine>
     <javaTargetVersion>1.8</javaTargetVersion>