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 95f627fb7eff23ca67cae3f2452b5e14f457a97b Author: Gary Gregory <[email protected]> AuthorDate: Wed May 27 17:08:28 2026 -0400 Bump maven-surefire-plugin from 3.5.5 to 3.5.6. - Bump maven-failsafe-plugin from 3.5.5 to 3.5.6. - Bump maven-surefire-report-plugin from 3.5.5 to 3.5.6. --- pom.xml | 6 +++--- src/changes/changes.xml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 410da43..610fc20 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ <commons.compiler.version>3.15.0</commons.compiler.version> <commons.cyclonedx.version>2.9.1</commons.cyclonedx.version> <commons.spdx.version>1.0.3</commons.spdx.version> - <commons.failsafe.version>3.5.5</commons.failsafe.version> + <commons.failsafe.version>3.5.6</commons.failsafe.version> <commons.felix.version>5.1.9</commons.felix.version> <commons.jacoco.version>0.8.14</commons.jacoco.version> <commons.japicmp.version>0.26.1</commons.japicmp.version> @@ -153,8 +153,8 @@ <commons.site-plugin.version>3.22.0</commons.site-plugin.version> <commons.spotbugs.plugin.version>4.9.8.3</commons.spotbugs.plugin.version> <commons.spotbugs.impl.version>4.9.8</commons.spotbugs.impl.version> - <commons.surefire-report.version>3.5.5</commons.surefire-report.version> - <commons.surefire.version>3.5.5</commons.surefire.version> + <commons.surefire-report.version>3.5.6</commons.surefire-report.version> + <commons.surefire.version>3.5.6</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 --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 81d3899..e7336b1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version from 0.25.7 to 0.26.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-site-plugin from 3.21.0 to 3.22.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.26.0 to 0.26.1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-failsafe-plugin from 3.5.5 to 3.5.6.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-plugin from 3.5.5 to 3.5.6.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-report-plugin from 3.5.5 to 3.5.6.</action> </release> <release version="100" date="2026-05-11" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
