Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to
Browse files Browse the repository at this point in the history
3.6.0

- Tested with Apache Commons CLI
- Tested with Apache Commons Collections
- mvn checkstyle:check
- mvn clean install site
  • Loading branch information
garydgregory committed Nov 17, 2024
1 parent 0fddbef commit 746e489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<commons.build-helper.version>3.6.0</commons.build-helper.version>
<commons.build-plugin.version>1.14.1</commons.build-plugin.version>
<commons.changes.version>2.12.1</commons.changes.version>
<commons.checkstyle-plugin.version>3.5.0</commons.checkstyle-plugin.version>
<commons.checkstyle-plugin.version>3.6.0</commons.checkstyle-plugin.version>
<!-- Checkstyle 9.3 is the version compatible with Java 8 -->
<commons.checkstyle.version>9.3</commons.checkstyle.version>
<commons.compiler.version>3.13.0</commons.compiler.version>
Expand Down
3 changes: 2 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.2 #539.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-release-plugin from 1.8.2 to 1.8.3 #540.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-build-plugin from 1.14.0 to 1.14.1 #542.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 #543.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 #543.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0.</action>
</release>
<release version="78" date="2024-10-17" description="Version 78: Maintenance and update dependencies.">
<!-- FIX -->
Expand Down

0 comments on commit 746e489

Please sign in to comment.