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 29aa7cf Bump spotbugs from 4.5.2 to 4.5.3
29aa7cf is described below
commit 29aa7cfe58017dc691d02242d4d7c6e0ec30dc75
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 14 00:25:24 2022 +0000
Bump spotbugs from 4.5.2 to 4.5.3
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.5.2 to 4.5.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.5.2...4.5.3)
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 979653d..f110056 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.5.2.0</commons.spotbugs.plugin.version>
- <commons.spotbugs.impl.version>4.5.2</commons.spotbugs.impl.version>
+ <commons.spotbugs.impl.version>4.5.3</commons.spotbugs.impl.version>
<jmh.version>1.34</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 7b9f422..09d7b37 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -349,7 +349,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump actions/cache from 2.1.6 to 2.1.7 #307.
</action>
<action dev="kinow" type="update" due-to="Dependabot">
- Bump spotbugs from 4.5.1 to 4.5.2 #313.
+ Bump spotbugs from 4.5.2 to 4.5.3 #313, #317.
</action>
</release>
<release version="2.11.0" date="2021-07-09" description="Java 8 required.">