Skip to content

Commit

Permalink
Bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.5 (#309)
Browse files Browse the repository at this point in the history
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.3.3 to 4.7.3.5.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.7.3.3...spotbugs-maven-plugin-4.7.3.5)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 46730ec commit 52cfb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.3.3</version>
<version>4.7.3.5</version>
<configuration>
<includeFilterFile>.mvn/quality-configs/spotbugs/include.xml</includeFilterFile>
<excludeFilterFile>.mvn/quality-configs/spotbugs/exclude.xml</excludeFilterFile>
Expand Down

0 comments on commit 52cfb84

Please sign in to comment.