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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new afe9901 Bump spotbugs from 4.2.1 to 4.2.2 new 821329e Merge branch 'pr-41' afe9901 is described below commit afe9901d810141a1db6922d7dc8f2adf82f9259f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Mar 3 05:21:00 2021 +0000 Bump spotbugs from 4.2.1 to 4.2.2 Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.2.1 to 4.2.2. - [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.1...4.2.2) 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 167d86c..2de29ce 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ <checkstyle.version>8.41</checkstyle.version> <maven-scm.version>1.11.2</maven-scm.version> <commons.spotbugs.version>4.2.0</commons.spotbugs.version> - <commons.spotbugs.impl.version>4.2.1</commons.spotbugs.impl.version> + <commons.spotbugs.impl.version>4.2.2</commons.spotbugs.impl.version> <commons.jacoco.version>0.8.6</commons.jacoco.version> <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio> <commons.jacoco.instructionRatio>0.1</commons.jacoco.instructionRatio> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ee76b91..1f54206 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,7 +31,7 @@ <action type="update" dev="kinow">Bump commons-build-plugin from 1.11 to 1.12 #25.</action> <action issue="COMMONSSITE-138" type="add" dev="chtompki, ggregory">Create signature validation script for releases.</action> <action type="update" dev="kinow">Bump actions/setup-java from v1.4.0 to v1.4.3 #11 #19.</action> - <action type="update" dev="kinow">Bump spotbugs from 4.1.1 to 4.2.1 #10 #24 #30 #37.</action> + <action type="update" dev="kinow">Bump spotbugs from 4.1.1 to 4.2.2 #10 #24 #30 #37 #41.</action> <action type="update" dev="kinow">Bump spotbugs-maven-plugin from 4.1.1 to 4.2.0 #20 #26 #33.</action> <action type="update" dev="sebb">Fail if commons.nexus.repo.id is not defined.</action> <action type="update" dev="sebb">Allow for old-style group ids in vote-txt.</action>