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 7004805 Bump spotbugs-maven-plugin from 4.2.0 to 4.2.2
new 0e3e26f Merge branch 'pr-125'
7004805 is described below
commit 7004805e99a595a9d83a0f7b90dec558df40c85a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 22 06:12:53 2021 +0000
Bump spotbugs-maven-plugin from 4.2.0 to 4.2.2
Bumps
[spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from
4.2.0 to 4.2.2.
- [Release
notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/commits)
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2d01e20..28cfc83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
- <spotbugs.plugin.version>4.2.0</spotbugs.plugin.version>
+ <spotbugs.plugin.version>4.2.2</spotbugs.plugin.version>
<spotbugs.impl.version>4.2.2</spotbugs.impl.version>
<!-- Commons Release Plugin -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 50adb11..8b49b4f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump spotbugs from 4.0.6 to 4.2.2 #111 #118 #123.
</action>
<action dev="kinow" type="update" due-to="Dependabot">
- Bump spotbugs-maven-plugin from 4.0.4 to 4.2.0 #111 #115.
+ Bump spotbugs-maven-plugin from 4.0.4 to 4.2.2 #111 #115 #125.
</action>
<action dev="kinow" type="update" due-to="Dependabot">
Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #109.