This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 74cf7eae8 [MNG-7543] - Upgrade JUnit Jupiter Version 5.9.1 (#837)
74cf7eae8 is described below
commit 74cf7eae8fdcbac28b699b04d29f985794f5c791
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Fri Jan 27 15:51:08 2023 +0100
[MNG-7543] - Upgrade JUnit Jupiter Version 5.9.1 (#837)
Co-authored-by: Guillaume Nodet <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 365a222ec..d471b8c62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@ under the License.
<commonsCliVersion>1.5.0</commonsCliVersion>
<commonsIoVersion>2.11.0</commonsIoVersion>
<commonsLangVersion>3.12.0</commonsLangVersion>
- <junitVersion>5.8.1</junitVersion>
+ <junitVersion>5.9.1</junitVersion>
<mockitoVersion>3.2.0</mockitoVersion>
<plexusVersion>2.1.0</plexusVersion>
<plexusInterpolationVersion>1.26</plexusInterpolationVersion>