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-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new 4a01293 Bump spotbugs from 4.4.0 to 4.4.1 (#133)
4a01293 is described below
commit 4a012930e8f093c5ece56487bfd4d963f53bae55
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 23 10:18:24 2021 -0400
Bump spotbugs from 4.4.0 to 4.4.1 (#133)
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.4.0 to 4.4.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.4.0...4.4.1)
---
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]>
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 e46ac49..9d005b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,7 +348,7 @@
<commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
<commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>
<spotbugs.plugin.version>4.3.0</spotbugs.plugin.version>
- <spotbugs.impl.version>4.4.0</spotbugs.impl.version>
+ <spotbugs.impl.version>4.4.1</spotbugs.impl.version>
<!-- Commons Release Plugin -->
<commons.bc.version>2.9.0</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>