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-pool.git
The following commit(s) were added to refs/heads/master by this push:
new 49f261f Bump spotbugs from 4.2.0 to 4.2.1 (#62)
49f261f is described below
commit 49f261f3031f0f757d8ea878d81d02d798cee38d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 16 08:30:30 2021 -0500
Bump spotbugs from 4.2.0 to 4.2.1 (#62)
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.2.0 to 4.2.1.
- [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.0...4.2.1)
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 dd958e3..131e9e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
<commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
<commons.felix.version>5.1.1</commons.felix.version>
<spotbugs.plugin.version>4.2.0</spotbugs.plugin.version>
- <spotbugs.impl.version>4.2.0</spotbugs.impl.version>
+ <spotbugs.impl.version>4.2.1</spotbugs.impl.version>
<!-- Commons Release Plugin -->
<commons.bc.version>2.9.0</commons.bc.version>