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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 3466358d Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 (#242)
3466358d is described below
commit 3466358d53d3a8559971a167f9157c7ae3648e9d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 8 18:11:17 2022 -0400
Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 (#242)
Bumps
[spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from
4.7.0.0 to 4.7.1.0.
- [Release
notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
-
[Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.0.0...spotbugs-maven-plugin-4.7.1.0)
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
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 cf82ba1a..80d20506 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
<commons.pmd.version>3.17.0</commons.pmd.version>
<commons.pmd-impl.version>6.47.0</commons.pmd-impl.version>
<commons.jacoco.version>0.8.8</commons.jacoco.version>
- <commons.spotbugs.version>4.7.0.0</commons.spotbugs.version>
+ <commons.spotbugs.version>4.7.1.0</commons.spotbugs.version>
<commons.japicmp.version>0.15.7</commons.japicmp.version>
<commons.javadoc.version>3.4.0</commons.javadoc.version>
<biz.aQute.bndlib.version>6.2.0</biz.aQute.bndlib.version>