Skip to content

Commit

Permalink
Bump com.puppycrawl.tools:checkstyle from 10.12.4 on 10.12.5 when on
Browse files Browse the repository at this point in the history
Java 11 and up
  • Loading branch information
garydgregory committed Nov 14, 2023
1 parent 33c1103 commit c4fb5b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,7 @@
<jdk>[11,)</jdk>
</activation>
<properties>
<commons.checkstyle.version>10.12.4</commons.checkstyle.version>
<commons.checkstyle.version>10.12.5</commons.checkstyle.version>
</properties>
</profile>

Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-plugin from 3.2.1 to 3.2.2.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-report-plugin from 3.2.1 to 3.2.2.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache:apache from 30 to 31.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.12.4 on 10.12.5 when on Java 11 and up.</action>
</release>
<release version="64" date="2023-10-06" description="Version 64: Maintenance and update dependencies">
<!-- FIX -->
Expand Down

0 comments on commit c4fb5b4

Please sign in to comment.