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-maven-plugin from 4.7.2.1 to 4.7.3.0
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.2.1 to 4.7.3.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.7.2.1...spotbugs-maven-plugin-4.7.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2022
commit 79894292907884f06b05ddf9dc077c3a032affc2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<commons.pmd.version>3.19.0</commons.pmd.version>
<commons.pmd-impl.version>6.51.0</commons.pmd-impl.version>
<commons.jacoco.version>0.8.8</commons.jacoco.version>
<commons.spotbugs.version>4.7.2.1</commons.spotbugs.version>
<commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
<commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>
<commons.japicmp.version>0.16.0</commons.japicmp.version>
<commons.javadoc.version>3.4.1</commons.javadoc.version>
Expand Down