Skip to content

Commit f41b1f2

Browse files
chore: [DevOps] bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.1.0 in the plugins group (#720)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cba06b7 commit f41b1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@
902902
<plugin>
903903
<groupId>com.github.spotbugs</groupId>
904904
<artifactId>spotbugs-maven-plugin</artifactId>
905-
<version>4.8.6.6</version>
905+
<version>4.9.1.0</version>
906906
<configuration>
907907
<includeFilterFile>${project.rootdir}/codestyle/findbugs.xml</includeFilterFile>
908908
<excludeFilterFile>${project.rootdir}/codestyle/spotbugs-exclusions.xml</excludeFilterFile>

0 commit comments

Comments
 (0)