Skip to content

Commit c4cffac

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.10.2.0 to 4.10.3.0 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.10.2.0...spotbugs-maven-plugin-4.10.3.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.10.3.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e471dc commit c4cffac

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.10.2.0</version>
444+
<version>4.10.3.0</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.10.2.0</version>
376+
<version>4.10.3.0</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
@@ -922,7 +922,7 @@
922922
<plugin>
923923
<groupId>com.github.spotbugs</groupId>
924924
<artifactId>spotbugs-maven-plugin</artifactId>
925-
<version>4.10.2.0</version>
925+
<version>4.10.3.0</version>
926926
<configuration>
927927
<includeFilterFile>${project.rootdir}/codestyle/findbugs.xml</includeFilterFile>
928928
<excludeFilterFile>${project.rootdir}/codestyle/spotbugs-exclusions.xml</excludeFilterFile>

0 commit comments

Comments
 (0)