Skip to content

Commit

Permalink
Bump spotbugs from 4.5.2 to 4.5.3
Browse files Browse the repository at this point in the history
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](spotbugs/spotbugs@4.5.2...4.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kinow committed Jan 7, 2022
1 parent 096dd8c commit d2ae4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -197,7 +197,7 @@
<commons.checkstyle.version>9.2.1</commons.checkstyle.version>
<commons.felix.version>5.1.3</commons.felix.version>
<spotbugs.plugin.version>4.5.2.0</spotbugs.plugin.version>
<spotbugs.impl.version>4.5.2</spotbugs.impl.version>
<spotbugs.impl.version>4.5.3</spotbugs.impl.version>

<!-- Commons Release Plugin -->
<commons.bc.version>2.11.1</commons.bc.version>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Expand Up @@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot">
Bump spotbugs from 4.3.0 to 4.5.1 #94, #99, #106, #114, #122.
Bump spotbugs from 4.3.0 to 4.5.3 #94, #99, #106, #114, #122, #129.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump spotbugs-maven-plugin from 4.3.0 to 4.5.2.0 #102, #110, #119, #125.
Expand Down

0 comments on commit d2ae4fa

Please sign in to comment.