Skip to content

Commit 55f92b9

Browse files
committed
Bump com.puppycrawl.tools:checkstyle 10.26.1 -> 11.0.0 on on Java 11 and
up
1 parent d41d68a commit 55f92b9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@
121121
<commons.build-plugin.version>1.16.0</commons.build-plugin.version>
122122
<commons.changes.version>3.0.0-M3</commons.changes.version>
123123
<commons.checkstyle-plugin.version>3.6.0</commons.checkstyle-plugin.version>
124-
<!-- Checkstyle 9.3 is the version compatible with Java 8 -->
125-
<commons.checkstyle.version>9.3</commons.checkstyle.version>
124+
<commons.checkstyle.version>11.0.0</commons.checkstyle.version>
126125
<commons.compiler.version>3.14.0</commons.compiler.version>
127126
<commons.cyclonedx.version>2.9.1</commons.cyclonedx.version>
128127
<commons.spdx.version>1.0.3</commons.spdx.version>
@@ -1708,6 +1707,7 @@
17081707
<properties>
17091708
<commons.spdx.version>0.6.3</commons.spdx.version>
17101709
<commons.spotbugs.impl.version>4.8.6</commons.spotbugs.impl.version>
1710+
<commons.checkstyle.version>9.3</commons.checkstyle.version>
17111711
</properties>
17121712
</profile>
17131713
<!-- allow simple creation of the site without any optional reports -->
@@ -1726,7 +1726,7 @@
17261726
<profile>
17271727
<id>java-9-up</id>
17281728
<activation>
1729-
<jdk>[9,)</jdk>
1729+
<jdk>[9,)</jdk>
17301730
</activation>
17311731
<properties>
17321732
<moditect.java.version>9</moditect.java.version>
@@ -1780,22 +1780,22 @@
17801780
<!-- Java 8, 9, 10 -->
17811781
<id>java-8-9-10</id>
17821782
<activation>
1783-
<jdk>[1.8,10]</jdk>
1783+
<jdk>[1.8,10]</jdk>
17841784
</activation>
17851785
<properties>
17861786
<!-- SpotBugs 4.9.0 requires Java 11 -->
17871787
<commons.spotbugs.plugin.version>4.8.6.6</commons.spotbugs.plugin.version>
17881788
<commons.spotbugs.impl.version>4.8.6</commons.spotbugs.impl.version>
1789+
<commons.checkstyle.version>9.3</commons.checkstyle.version>
17891790
</properties>
17901791
</profile>
17911792
<profile>
17921793
<!-- Java 11 and up -->
17931794
<id>java-11-up</id>
17941795
<activation>
1795-
<jdk>[11,)</jdk>
1796+
<jdk>[11,)</jdk>
17961797
</activation>
17971798
<properties>
1798-
<commons.checkstyle.version>10.26.1</commons.checkstyle.version>
17991799
</properties>
18001800
</profile>
18011801
<profile>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
6464
<!-- ADD -->
6565
<!-- UPDATE -->
6666
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.junit:junit-bom from 5.13.1 to 5.13.4. Fixes discovery issue for cycle in inner class hierarchy without @Nested fails build since JUnit 5.13 https://github.com/junit-team/junit-framework/issues/4661 for Commons Collections, #640.</action>
67-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.26.1 on Java 11 and up.</action>
67+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 11.0.0 on Java 11 and up.</action>
6868
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-core from 7.14.0 to 7.16.0.</action>
6969
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-java from 7.14.0 to 7.16.0.</action>
7070
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-javascript from 7.14.0 to 7.16.0.</action>

0 commit comments

Comments
 (0)