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 d040c03 Bump spotbugs from 4.2.2 to 4.2.3 new 11b96d8 Merge branch 'pr-128' d040c03 is described below commit d040c03bb41d6e2e84438eaa077221e9b835b7f8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Apr 16 05:30:13 2021 +0000 Bump spotbugs from 4.2.2 to 4.2.3 Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.2.2 to 4.2.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.2.2...4.2.3) 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 28cfc83..30e74f5 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version> <spotbugs.plugin.version>4.2.2</spotbugs.plugin.version> - <spotbugs.impl.version>4.2.2</spotbugs.impl.version> + <spotbugs.impl.version>4.2.3</spotbugs.impl.version> <!-- Commons Release Plugin --> <commons.bc.version>1.0-alpha1</commons.bc.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ac5ba95..2195914 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,7 +61,7 @@ The <action> type attribute can be add,update,fix,remove. Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #117. </action> <action dev="kinow" type="update" due-to="Dependabot"> - Bump spotbugs from 4.0.6 to 4.2.2 #111 #118 #123. + Bump spotbugs from 4.0.6 to 4.2.3 #111 #118 #123 #128. </action> <action dev="kinow" type="update" due-to="Dependabot"> Bump spotbugs-maven-plugin from 4.0.4 to 4.2.2 #111 #115 #125.