This is an automated email from the ASF dual-hosted git repository.
ggregory 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 d8b2927 Bump spotbugs from 4.2.2 to 4.2.3 (#223)
d8b2927 is described below
commit d8b2927cabf029cfc0baca6b920eaa3f22b0e256
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 12 11:41:11 2021 -0400
Bump spotbugs from 4.2.2 to 4.2.3 (#223)
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.2.2 to 4.2.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.2.2...4.2.3)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 77bf5bd..4fc9878 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,7 +318,7 @@ file comparators, endian transformation classes, and much
more.
<commons.surefire.version>3.0.0-M5</commons.surefire.version>
<commons.japicmp.version>0.15.3</commons.japicmp.version>
<spotbugs.plugin.version>4.2.3</spotbugs.plugin.version>
- <spotbugs.impl.version>4.2.2</spotbugs.impl.version>
+ <spotbugs.impl.version>4.2.3</spotbugs.impl.version>
<jmh.version>1.27</jmh.version>
<japicmp.skip>false</japicmp.skip>
<jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip>