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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new ae6a6733 Bump spotbugs from 4.7.2 to 4.7.3 ae6a6733 is described below commit ae6a6733d831be7f9dae43433730421e904a459c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 3 11:26:14 2023 -0500 Bump spotbugs from 4.7.2 to 4.7.3 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index aa2b9534..b1f6fb9c 100644 --- a/pom.xml +++ b/pom.xml @@ -564,7 +564,7 @@ <japicmp.skip>false</japicmp.skip> <commons.jacoco.version>0.8.8</commons.jacoco.version> <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version> - <commons.spotbugs.impl.version>4.7.2</commons.spotbugs.impl.version> + <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version> <commons.pmd.version>3.19.0</commons.pmd.version> <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 87ad3a04..dbcc4e63 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,7 +53,7 @@ Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.3.0 #193, #195, #228, #237. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> - Bump spotbugs from 4.7.0 to 4.7.2. + Bump spotbugs from 4.7.0 to 4.7.3. </action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> Bump org.springframework:spring-* from 5.3.21 to 5.3.24.