Skip to content

Commit

Permalink
chore: [DevOps] bump com.github.spotbugs:spotbugs-maven-plugin from 4…
Browse files Browse the repository at this point in the history
….8.6.3 to 4.8.6.4 in the plugins group (#593)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent a7489d2 commit f0eddcd
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 @@ -888,7 +888,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.3</version>
<version>4.8.6.4</version>
<configuration>
<includeFilterFile>${project.rootdir}/codestyle/findbugs.xml</includeFilterFile>
<excludeFilterFile>${project.rootdir}/codestyle/spotbugs-exclusions.xml</excludeFilterFile>
Expand Down

0 comments on commit f0eddcd

Please sign in to comment.