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 0aabe07 Bump failsafe and surefire from 3.2.1 to 3.2.2
0aabe07 is described below
commit 0aabe079770765f665354edbbafe0497e84dd1f4
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 10 07:04:18 2023 -0500
Bump failsafe and surefire from 3.2.1 to 3.2.2
- Bump maven-failsafe-plugin from 3.2.1 to 3.2.2
- Bump maven-surefire-plugin from 3.2.1 to 3.2.2
- Bump maven-surefire-report-plugin from 3.2.1 to 3.2.2
---
pom.xml | 6 +++---
src/changes/changes.xml | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c46a903..cfe6c6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<commons.compiler.version>3.11.0</commons.compiler.version>
<commons.cyclonedx.version>2.7.10</commons.cyclonedx.version>
<commons.spdx.version>0.7.0</commons.spdx.version>
- <commons.failsafe.version>3.2.1</commons.failsafe.version>
+ <commons.failsafe.version>3.2.2</commons.failsafe.version>
<commons.felix.version>5.1.9</commons.felix.version>
<commons.jacoco.version>0.8.11</commons.jacoco.version>
<commons.japicmp.version>0.18.3</commons.japicmp.version>
@@ -206,8 +206,8 @@
<commons.site-plugin.version>3.12.1</commons.site-plugin.version>
<commons.spotbugs.plugin.version>4.8.1.0</commons.spotbugs.plugin.version>
<commons.spotbugs.impl.version>4.8.1</commons.spotbugs.impl.version>
- <commons.surefire-report.version>3.2.1</commons.surefire-report.version>
- <commons.surefire.version>3.2.1</commons.surefire.version>
+ <commons.surefire-report.version>3.2.2</commons.surefire-report.version>
+ <commons.surefire.version>3.2.2</commons.surefire.version>
<commons.wagon-ssh.version>3.5.3</commons.wagon-ssh.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 8a16747..bc42ec4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,6 +79,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
JUnit from 5.10.0 to 5.10.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.moditect:moditect-maven-plugin from 1.0.0.Final to 1.1.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-failsafe-plugin from 3.2.1 to 3.2.2.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-surefire-plugin from 3.2.1 to 3.2.2.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-surefire-report-plugin from 3.2.1 to 3.2.2.</action>
</release>
<release version="64" date="2023-10-06" description="Version 64:
Maintenance and update dependencies">
<!-- FIX -->