This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-3.9.x in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push: new d0c387b7b [MNG-7489] Upgrade JUnit to 4.13.2 d0c387b7b is described below commit d0c387b7bd7026a0354068da52fe0fa24ac1e1db Author: Michael Osipov <micha...@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 56f29b9ca..4fe56cf84 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>