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 b52c494 Bump com.github.spotbugs:spotbugs from 4.8.5 to 4.8.6 b52c494 is described below commit b52c494c97f52589d15efddae8881dcac0388e1a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jun 19 08:20:00 2024 -0400 Bump com.github.spotbugs:spotbugs from 4.8.5 to 4.8.6 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 81aa750..360a681 100644 --- a/pom.xml +++ b/pom.xml @@ -195,7 +195,7 @@ --> <commons.site-plugin.version>3.12.1</commons.site-plugin.version> <commons.spotbugs.plugin.version>4.8.5.0</commons.spotbugs.plugin.version> - <commons.spotbugs.impl.version>4.8.5</commons.spotbugs.impl.version> + <commons.spotbugs.impl.version>4.8.6</commons.spotbugs.impl.version> <commons.surefire-report.version>3.3.0</commons.surefire-report.version> <commons.surefire.version>3.3.0</commons.surefire.version> <commons.wagon-ssh.version>3.5.3</commons.wagon-ssh.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 84dc3d5..17fb5b8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.5.0 to 3.6.0 #433.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.2.5 to 3.3.0 #432.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 #431.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs from 4.8.5 to 4.8.6.</action> </release> <release version="71" date="2024-06-07" description="Version 71: Maintenance and update dependencies."> <!-- FIX -->