This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MNG-6873 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 3a51a3ac5c20403fc0d07eae53ea0a7291865250 Author: gmakris <[email protected]> AuthorDate: Mon Oct 26 10:02:32 2020 +0100 [MNG-6873] update junit dependency to 4.13.1 Closes #390 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9976dff..83d848c 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.13</junitVersion> + <junitVersion>4.13.1</junitVersion> <mockitoVersion>3.2.0</mockitoVersion> <plexusVersion>2.1.0</plexusVersion> <plexusInterpolationVersion>1.26</plexusInterpolationVersion>
