Skip to content

Commit f8c6dfa

Browse files
authored
Merge branch 'main' into javadoc-aggregate-delombok
2 parents df0c9df + f1f3fc7 commit f8c6dfa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6.0</version>
444+
<version>4.9.8.1</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.6.0</version>
371+
<version>4.9.8.1</version>
372372
<configuration>
373373
<skip>true</skip>
374374
</configuration>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<jakarta-activation.version>2.1.0</jakarta-activation.version>
124124
<qdox.version>2.2.0</qdox.version>
125125
<wiremock.version>3.13.1</wiremock.version>
126-
<checkstyle.version>11.1.0</checkstyle.version>
126+
<checkstyle.version>12.0.1</checkstyle.version>
127127
<byte-buddy.version>1.17.8</byte-buddy.version>
128128
<snakeyaml.version>2.5</snakeyaml.version>
129129
<commons-codec.version>1.19.0</commons-codec.version>
@@ -919,7 +919,7 @@
919919
<plugin>
920920
<groupId>com.github.spotbugs</groupId>
921921
<artifactId>spotbugs-maven-plugin</artifactId>
922-
<version>4.9.6.0</version>
922+
<version>4.9.8.1</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)