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 afbe958f Bump spotbugs from 4.7.2 to 4.7.3 (#398)
afbe958f is described below
commit afbe958f7076af12283bbfd28a5393bc3368c58b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 21 09:05:02 2022 -0400
Bump spotbugs from 4.7.2 to 4.7.3 (#398)
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.7.2 to 4.7.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.7.2...4.7.3)
---
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]>
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 a44c5db4..4624b039 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,7 +344,7 @@ file comparators, endian transformation classes, and much
more.
<commons.enforcer.version>3.1.0</commons.enforcer.version>
<commons.moditect.version>1.0.0.RC2</commons.moditect.version>
<commons.spotbugs.plugin.version>4.7.2.1</commons.spotbugs.plugin.version>
- <commons.spotbugs.impl.version>4.7.2</commons.spotbugs.impl.version>
+ <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>
<commons.pmd.version>3.19.0</commons.pmd.version>
<commons.pmd-impl.version>6.49.0</commons.pmd-impl.version>
<jmh.version>1.35</jmh.version>