Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump spotbugs from 4.1.1 to 4.1.2
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](spotbugs/spotbugs@4.1.1...4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2020
commit c51e20764722706a43cd6f1a5c9d984637a495b4
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ file comparators, endian transformation classes, and much more.
<commons.surefire.version>2.22.2</commons.surefire.version>
<commons.japicmp.version>0.14.3</commons.japicmp.version>
<spotbugs.plugin.version>4.0.4</spotbugs.plugin.version>
<spotbugs.impl.version>4.1.1</spotbugs.impl.version>
<spotbugs.impl.version>4.1.2</spotbugs.impl.version>
<japicmp.skip>false</japicmp.skip>
<jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip>
<commons.release.isDistModule>true</commons.release.isDistModule>
Expand Down