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-logging.git
The following commit(s) were added to refs/heads/master by this push:
new 440969e Bump spotbugs from 4.5.3 to 4.6.0 (#81)
440969e is described below
commit 440969e2b140a867882c6b8be44a129c73cf8bb7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 1 11:28:37 2022 -0400
Bump spotbugs from 4.5.3 to 4.6.0 (#81)
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.5.3 to 4.6.0.
- [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.5.3...4.6.0)
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 baef25f..9e70a4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -573,7 +573,7 @@ under the License.
<commons.rc.version>RC2</commons.rc.version>
<commons.surefire.version>3.0.0-M5</commons.surefire.version>
<spotbugs.plugin.version>4.6.0.0</spotbugs.plugin.version>
- <spotbugs.impl.version>4.5.3</spotbugs.impl.version>
+ <spotbugs.impl.version>4.6.0</spotbugs.impl.version>
<skipSurefireReport>true</skipSurefireReport>
<!-- Allow default test run order to be changed -->
<failsafe.runorder>filesystem</failsafe.runorder>