Skip to content

Commit 5480852

Browse files
chore: [DevOps] bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.2.0 to 4.9.3.0 in the plugins group (#758)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 156e35a commit 5480852

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
@@ -898,7 +898,7 @@
898898
<plugin>
899899
<groupId>com.github.spotbugs</groupId>
900900
<artifactId>spotbugs-maven-plugin</artifactId>
901-
<version>4.9.2.0</version>
901+
<version>4.9.3.0</version>
902902
<configuration>
903903
<includeFilterFile>${project.rootdir}/codestyle/findbugs.xml</includeFilterFile>
904904
<excludeFilterFile>${project.rootdir}/codestyle/spotbugs-exclusions.xml</excludeFilterFile>

0 commit comments

Comments
 (0)