This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new 20930ead8 Bump parent from 44 to 47 (#3253)
20930ead8 is described below
commit 20930ead8197a10f1e9272c2ec68388355b3c077
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Feb 5 03:46:55 2026 +0100
Bump parent from 44 to 47 (#3253)
---
pom.xml | 4 +++-
.../org/apache/maven/surefire/testng/conf/TestNGMapConfigurator.java | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 303de296c..4317f1c36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
- <version>44</version>
+ <version>47</version>
</parent>
<groupId>org.apache.maven.surefire</groupId>
@@ -107,6 +107,8 @@
<jvm.args.tests>${jvm9ArgsTests} -Xms32m -Xmx144m
-XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true
-Djdk.net.URLClassPath.disableClassPathURLCheck=true</jvm.args.tests>
<project.build.outputTimestamp>2025-09-10T02:02:34Z</project.build.outputTimestamp>
<slf4jVersion>1.7.36</slf4jVersion>
+
+ <versions.junit5>5.12.2</versions.junit5>
</properties>
<dependencyManagement>
diff --git
a/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNGMapConfigurator.java
b/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNGMapConfigurator.java
index d91e76afc..dd08caf61 100755
---
a/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNGMapConfigurator.java
+++
b/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNGMapConfigurator.java
@@ -105,9 +105,9 @@ Map<String, Object> getConvertedOptions(Map<String, String>
options) throws Test
case THREADCOUNT_PROP:
val = convert(val, String.class);
break;
- // for TestNG 6.9.7 or higher
+ // for TestNG 6.9.7 or higher
case "suitethreadpoolsize":
- // for TestNG 5.10 or higher
+ // for TestNG 5.10 or higher
case "dataproviderthreadcount":
val = convert(val, Integer.class);
break;