Skip to content

Commit a7f9f3b

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

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.2</version>
444+
<version>4.9.8.3</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
@@ -373,7 +373,7 @@
373373
<plugin>
374374
<groupId>com.github.spotbugs</groupId>
375375
<artifactId>spotbugs-maven-plugin</artifactId>
376-
<version>4.9.8.2</version>
376+
<version>4.9.8.3</version>
377377
<configuration>
378378
<skip>true</skip>
379379
</configuration>

pom.xml

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

0 commit comments

Comments
 (0)