This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 6ab65c3 Bump some dependencies
6ab65c3 is described below
commit 6ab65c3ca55f799b154facbc1d526abc54aa1264
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 21 06:56:28 2026 -0500
Bump some dependencies
- Bump maven-failsafe-plugin from 3.5.4 to 3.5.5
- Bump maven-surefire-plugin from 3.5.4 to 3.5.5
- Bump maven-surefire-report-plugin from 3.5.4 to 3.5.5
---
pom.xml | 6 +++---
src/changes/changes.xml | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5cc3914..20ee824 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,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.4</commons.failsafe.version>
+ <commons.failsafe.version>3.5.5</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.25.4</commons.japicmp.version>
@@ -154,8 +154,8 @@
<commons.site-plugin.version>3.21.0</commons.site-plugin.version>
<commons.spotbugs.plugin.version>4.9.8.2</commons.spotbugs.plugin.version>
<commons.spotbugs.impl.version>4.9.8</commons.spotbugs.impl.version>
- <commons.surefire-report.version>3.5.4</commons.surefire-report.version>
- <commons.surefire.version>3.5.4</commons.surefire.version>
+ <commons.surefire-report.version>3.5.5</commons.surefire-report.version>
+ <commons.surefire.version>3.5.5</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 8e52543..a3a1bfd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,6 +69,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-release-plugin from 1.9.1 to 1.9.2.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-compiler-plugin from 3.14.1 to 3.15.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.puppycrawl.tools:checkstyle from 13.0.0 to 13.2.0 on Java 21 and
up.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-failsafe-plugin from 3.5.4 to 3.5.5.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-surefire-plugin from 3.5.4 to 3.5.5.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-surefire-report-plugin from 3.5.4 to 3.5.5.</action>
</release>
<release version="96" date="2026-01-17" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->