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 134f4a8 Bump spotbugs-maven-plugin from 4.1.4 to 4.2.0 (#59)
134f4a8 is described below
commit 134f4a8706e305c8dfda614fc1f853490960e3ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 6 13:30:47 2021 -0500
Bump spotbugs-maven-plugin from 4.1.4 to 4.2.0 (#59)
Bumps
[spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from
4.1.4 to 4.2.0.
- [Release
notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
-
[Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.1.4...spotbugs-maven-plugin-4.2.0)
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 4a6077e..5c3cea5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
<commons.animal-sniffer.version>1.19</commons.animal-sniffer.version>
<commons.checkstyle-plugin.version>3.1.1</commons.checkstyle-plugin.version>
<commons.felix.version>5.1.1</commons.felix.version>
- <spotbugs.plugin.version>4.1.4</spotbugs.plugin.version>
+ <spotbugs.plugin.version>4.2.0</spotbugs.plugin.version>
<spotbugs.impl.version>4.2.0</spotbugs.impl.version>
<!-- Commons Release Plugin -->