Skip to content

Commit 4a5ae0a

Browse files
chore: [DevOps] bump com.github.spotbugs:spotbugs-maven-plugin
Bumps the plugins group with 1 update: [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin). Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.8.2 to 4.9.8.3 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.2...spotbugs-maven-plugin-4.9.8.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.9.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf7cdcd commit 4a5ae0a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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)