Skip to content

Commit 3939e82

Browse files
chore: [DevOps] bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.0 in the plugins group (#907)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonas-Isr <[email protected]>
1 parent 053385a commit 3939e82

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
@@ -435,7 +435,7 @@
435435
<plugin>
436436
<groupId>com.github.spotbugs</groupId>
437437
<artifactId>spotbugs-maven-plugin</artifactId>
438-
<version>4.9.3.2</version>
438+
<version>4.9.4.0</version>
439439
<configuration>
440440
<skip>true</skip>
441441
</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.3.2</version>
371+
<version>4.9.4.0</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
@@ -918,7 +918,7 @@
918918
<plugin>
919919
<groupId>com.github.spotbugs</groupId>
920920
<artifactId>spotbugs-maven-plugin</artifactId>
921-
<version>4.9.3.2</version>
921+
<version>4.9.4.0</version>
922922
<configuration>
923923
<includeFilterFile>${project.rootdir}/codestyle/findbugs.xml</includeFilterFile>
924924
<excludeFilterFile>${project.rootdir}/codestyle/spotbugs-exclusions.xml</excludeFilterFile>

0 commit comments

Comments
 (0)