Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0

Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.5.3.0 to 4.6.0.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.5.3.0...spotbugs-maven-plugin-4.6.0.0)

---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-25 15:33:15 +00:00 committed by Bruno P. Kinoshita
parent 54087ee109
commit 90e0a9bb23
2 changed files with 2 additions and 2 deletions

View File

@ -638,7 +638,7 @@
<checkstyle.version>9.3</checkstyle.version>
<checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
<spotbugs.plugin.version>4.5.3.0</spotbugs.plugin.version>
<spotbugs.plugin.version>4.6.0.0</spotbugs.plugin.version>
<spotbugs.impl.version>4.6.0</spotbugs.impl.version>
<japicmp.skip>false</japicmp.skip>
<clirr.skip>true</clirr.skip>

View File

@ -126,7 +126,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Memoizer(Function) and Memoizer(Function, boolean).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Consumers.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump spotbugs-maven-plugin from 4.2.0 to 4.5.3.0 #735, #808, #822, #834.</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump spotbugs-maven-plugin from 4.2.0 to 4.6.0.0 #735, #808, #822, #834, #868.</action>
<action type="update" dev="ggregory" due-to="Dependabot, XenoAmess">Bump actions/cache from 2.1.4 to 3 #742, #752, #764, #833, #867.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/setup-java from v1.4.3 to v2.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump actions/checkout from 2 to 3 #859.</action>