This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
commit cd35fafe1c259fb7c2d54e05f01fd5fe38046ca7 Author: Gary Gregory <[email protected]> AuthorDate: Fri Sep 4 07:31:10 2026 -0400 Bump maven-surefire-plugin to 3.5.6 to 3.6.0. --- pom.xml | 3 +-- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5ef31de..8f4fb96 100644 --- a/pom.xml +++ b/pom.xml @@ -154,7 +154,7 @@ <commons.spotbugs.plugin.version>4.10.4.0</commons.spotbugs.plugin.version> <commons.spotbugs.impl.version>4.10.4</commons.spotbugs.impl.version> <commons.surefire-report.version>3.5.6</commons.surefire-report.version> - <commons.surefire.version>3.5.6</commons.surefire.version> + <commons.surefire.version>3.6.0</commons.surefire.version> <commons.wagon-ssh.version>3.5.3</commons.wagon-ssh.version> <commons.maven-remote-resources-plugin.version>3.3.0</commons.maven-remote-resources-plugin.version> <!-- Default values for the download-page generation by commons-build-plugin --> @@ -929,7 +929,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>${commons.surefire.version}</version> <configuration> <!-- commons.surefire.java is normally empty. diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e4a0311..e626414 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.pmd-impl.version from 7.26.0 to 7.27.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.compiler.version from 3.15.0 to 3.16.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.checkstyle.version from 14.0.0 to 14.1.0 on Java 21 and up.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-plugin to 3.5.6 to 3.6.0.</action> </release> <release version="104" date="2026-08-20" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
