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 224611f Bump some dependencies 224611f is described below commit 224611f3821c04bf0d7b734164c252a46d48f067 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 6 11:39:30 2024 -0400 Bump some dependencies - Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 - Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.0 to 3.5.1 - Tested with Apache Commons CLI site generation --- pom.xml | 6 +++--- src/changes/changes.xml | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ff53b03..a53ee0d 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,7 @@ <commons.compiler.version>3.13.0</commons.compiler.version> <commons.cyclonedx.version>2.8.2</commons.cyclonedx.version> <commons.spdx.version>0.7.4</commons.spdx.version> - <commons.failsafe.version>3.5.0</commons.failsafe.version> + <commons.failsafe.version>3.5.1</commons.failsafe.version> <commons.felix.version>5.1.9</commons.felix.version> <commons.jacoco.version>0.8.12</commons.jacoco.version> <commons.japicmp.version>0.23.0</commons.japicmp.version> @@ -202,8 +202,8 @@ <commons.site-plugin.version>3.12.1</commons.site-plugin.version> <commons.spotbugs.plugin.version>4.8.6.4</commons.spotbugs.plugin.version> <commons.spotbugs.impl.version>4.8.6</commons.spotbugs.impl.version> - <commons.surefire-report.version>3.5.0</commons.surefire-report.version> - <commons.surefire.version>3.5.0</commons.surefire.version> + <commons.surefire-report.version>3.5.1</commons.surefire-report.version> + <commons.surefire.version>3.5.1</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 07c1465..f0d81c7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,6 +57,15 @@ The <action> type attribute can be add,update,fix,remove. The changes report outputs actions in the order they appear in this file. --> <body> + <release version="78" date="YYYY-MM-DD" description="Version 778: Maintenance and update dependencies."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.0 to 3.5.1.</action> + <!-- REMOVE --> + </release> <release version="77" date="2024-10-05" description="Version 77: Maintenance and update dependencies."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Dependabot, Gary Gregory">Pin maven-pmd-plugin to 3.24.0, site compatibility is broken in 3.25.0.</action>