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
commit 714c3a9d93e00669ec3fe23f59e6fd7b438ce196 Author: Gary Gregory <[email protected]> AuthorDate: Wed Aug 2 09:21:46 2023 -0400 Bump maven-surefire-plugin from 3.0.0 to 3.1.2 --- pom.xml | 4 ++-- src/changes/changes.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 811f0c9..1117afe 100644 --- a/pom.xml +++ b/pom.xml @@ -198,7 +198,7 @@ <commons.source-plugin.version>3.2.1</commons.source-plugin.version> <commons.spotbugs.plugin.version>4.7.3.5</commons.spotbugs.plugin.version> <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version> - <commons.surefire-report.version>3.0.0</commons.surefire-report.version> + <commons.surefire-report.version>3.1.2</commons.surefire-report.version> <commons.surefire.version>3.0.0</commons.surefire.version> <commons.wagon-ssh.version>3.5.3</commons.wagon-ssh.version> @@ -1001,6 +1001,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> + <version>${commons.surefire-report.version}</version> <configuration> <!-- commons.surefire.java is normally empty. @@ -1089,7 +1090,6 @@ </execution> </executions> </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-publish-plugin</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2f83dab..3fd6a42 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -85,6 +85,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-assembly-plugin from 3.5.0 to 3.6.0.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-failsafe-plugin from 3.0.0 to 3.1.2.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-surefire-plugin from 3.0.0 to 3.1.2.</action> </release> <release version="58" date="2023-05-20" description="Version 58: Maintenance and update dependencies"> <!-- ADD -->
