This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push: new 8e10e4a5 Bump spotbugs from 4.7.2 to 4.7.3 8e10e4a5 is described below commit 8e10e4a542d4dd8d700b69a4c9931f2ec6e1cde2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Oct 17 17:05:53 2022 +0000 Bump spotbugs from 4.7.2 to 4.7.3 Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.7.2...4.7.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b8527b9e..6498259f 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version> <spotbugs.plugin.version>4.7.2.1</spotbugs.plugin.version> - <spotbugs.impl.version>4.7.2</spotbugs.impl.version> + <spotbugs.impl.version>4.7.3</spotbugs.impl.version> <commons.junit.version>5.9.1</commons.junit.version> <!-- Commons Release Plugin --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 12226f5c..7e78bcc5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,7 +69,7 @@ The <action> type attribute can be add,update,fix,remove. Bump maven-pmd-plugin from 3.16.0 to 3.19.0 #222, #232, #235. </action> <action dev="kinow" type="update" due-to="Dependabot"> - Bump spotbugs from 4.7.0 to 4.7.1 #223. + Bump spotbugs from 4.7.0 to 4.7.3 #223, #244. </action> <action dev="kinow" type="update" due-to="Dependabot"> Bump junit-jupiter from 5.8.2 to 5.9.1 #227, #237.