This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch MPOM-439 in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
commit 95a489d03f1bb2344e70456e21e57063631063e4 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Tue Nov 7 19:54:39 2023 +0100 [MPOM-439] Bump maven-surefire from 3.2.1 to 3.2.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5545fe2..68a669d 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,7 @@ under the License. <minimalJavaBuildVersion>1.8</minimalJavaBuildVersion> <maven.compiler.source>${maven.compiler.target}</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> - <surefire.version>3.2.1</surefire.version><!-- for surefire, failsafe and surefire-report --> + <surefire.version>3.2.2</surefire.version><!-- for surefire, failsafe and surefire-report --> <maven.plugin.tools.version>3.9.0</maven.plugin.tools.version><!-- for m-plugin-p and maven-plugin-annotations --> <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
