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 4768f5f Bump spotbugs from 4.2.3 to 4.3.0 new f9e32a2 Merge branch 'pr-59' 4768f5f is described below commit 4768f5ff765dc97920b7a5e2c61c24b5d81bdfd6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jul 2 08:02:51 2021 +0000 Bump spotbugs from 4.2.3 to 4.3.0 Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.2.3 to 4.3.0. - [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.3...4.3.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs dependency-type: direct:production update-type: version-update:semver-minor ... 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 3f935fc..1b09177 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <checkstyle.version>8.44</checkstyle.version> <maven-scm.version>1.11.2</maven-scm.version> <commons.spotbugs.version>4.2.3</commons.spotbugs.version> - <commons.spotbugs.impl.version>4.2.3</commons.spotbugs.impl.version> + <commons.spotbugs.impl.version>4.3.0</commons.spotbugs.impl.version> <commons.jacoco.version>0.8.7</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 f71618b..1d960ee 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -39,7 +39,7 @@ <action type="update" dev="kinow">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #29.</action> <action type="update" dev="kinow">Bump commons-build-plugin from 1.11 to 1.12 #25.</action> <action type="update" dev="kinow">Bump actions/setup-java from v1.4.0 to v2 #11 #19 #49.</action> - <action type="update" dev="kinow">Bump spotbugs from 4.1.1 to 4.2.3 #10 #24 #30 #37 #41 #51.</action> + <action type="update" dev="kinow">Bump spotbugs from 4.1.1 to 4.3.0 #10 #24 #30 #37 #41 #51 #59.</action> <action type="update" dev="kinow">Bump spotbugs-maven-plugin from 4.1.1 to 4.2.3 #20 #26 #33 #45 #52.</action> <action type="update" dev="ggregory">Update Apache Commons Codec from 1.13 to 1.14.</action> <action type="update" dev="ggregory">Update JUnit from 4.12 to 4.13.2, #23 #39.</action>