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-io.git
The following commit(s) were added to refs/heads/master by this push:
new 495abe13 Bump spotbugs from 4.6.0 to 4.7.0
495abe13 is described below
commit 495abe13df04c96eed0d690202d1c0e053bef29a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 13 00:21:34 2022 +0000
Bump spotbugs from 4.6.0 to 4.7.0
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.6.0 to 4.7.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.6.0...4.7.0)
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 40c0650a..070b981f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,7 +344,7 @@ file comparators, endian transformation classes, and much
more.
<commons.enforcer.version>3.0.0</commons.enforcer.version>
<commons.moditect.version>1.0.0.RC2</commons.moditect.version>
<commons.spotbugs.plugin.version>4.6.0.0</commons.spotbugs.plugin.version>
- <commons.spotbugs.impl.version>4.6.0</commons.spotbugs.impl.version>
+ <commons.spotbugs.impl.version>4.7.0</commons.spotbugs.impl.version>
<jmh.version>1.35</jmh.version>
<japicmp.skip>false</japicmp.skip>
<jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f454446c..936d9bb7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -394,7 +394,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump junit-pioneer from 1.4.2 to 1.7.0 #304. #335.
</action>
<action dev="kinow" type="update" due-to="Dependabot">
- Bump spotbugs from 4.5.2 to 4.5.3 #313, #317.
+ Bump spotbugs from 4.5.2 to 4.7.0 #313, #317, #357.
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump japicmp-maven-plugin from 0.15.3 to 0.15.7.