Skip to content

Commit 8a929df

Browse files
chore: [DevOps] bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.1 to 4.9.8.2 in the plugins group (#1012)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5f2840 commit 8a929df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dependency-bundles/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
<plugin>
442442
<groupId>com.github.spotbugs</groupId>
443443
<artifactId>spotbugs-maven-plugin</artifactId>
444-
<version>4.9.8.1</version>
444+
<version>4.9.8.2</version>
445445
<configuration>
446446
<skip>true</skip>
447447
</configuration>

dependency-bundles/modules-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
<plugin>
369369
<groupId>com.github.spotbugs</groupId>
370370
<artifactId>spotbugs-maven-plugin</artifactId>
371-
<version>4.9.8.1</version>
371+
<version>4.9.8.2</version>
372372
<configuration>
373373
<skip>true</skip>
374374
</configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@
919919
<plugin>
920920
<groupId>com.github.spotbugs</groupId>
921921
<artifactId>spotbugs-maven-plugin</artifactId>
922-
<version>4.9.8.1</version>
922+
<version>4.9.8.2</version>
923923
<configuration>
924924
<includeFilterFile>${project.rootdir}/codestyle/findbugs.xml</includeFilterFile>
925925
<excludeFilterFile>${project.rootdir}/codestyle/spotbugs-exclusions.xml</excludeFilterFile>

0 commit comments

Comments
 (0)