You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/05/30 21:24:51 UTC

[maven] branch maven-3.8.x updated: [MNG-7489] Upgrade JUnit to 4.13.2

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

michaelo pushed a commit to branch maven-3.8.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-3.8.x by this push:
     new 8b157e7b0 [MNG-7489] Upgrade JUnit to 4.13.2
8b157e7b0 is described below

commit 8b157e7b0e2eb89a704e42bfda641d460236645f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon May 30 23:23:31 2022 +0200

    [MNG-7489] Upgrade JUnit to 4.13.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a41809b5..8a0f9dce3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@ under the License.
     <classWorldsVersion>2.6.0</classWorldsVersion>
     <commonsCliVersion>1.4</commonsCliVersion>
     <commonsLangVersion>3.8.1</commonsLangVersion>
-    <junitVersion>4.12</junitVersion>
+    <junitVersion>4.13.2</junitVersion>
     <mockitoVersion>2.21.0</mockitoVersion>
     <plexusVersion>2.1.0</plexusVersion>
     <plexusInterpolationVersion>1.26</plexusInterpolationVersion>