This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 434d4fe Bump com.puppycrawl.tools:checkstyle 9.2.1 -> 9.3. 434d4fe is described below commit 434d4fe2c7611dcc47346680b2449ebb915ba765 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Feb 6 15:11:02 2022 -0500 Bump com.puppycrawl.tools:checkstyle 9.2.1 -> 9.3. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8f61ca0..847bbab 100644 --- a/pom.xml +++ b/pom.xml @@ -337,7 +337,7 @@ file comparators, endian transformation classes, and much more. <commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link> <commons.javadoc.version>3.3.1</commons.javadoc.version> <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version> - <checkstyle.impl.version>9.2.1</checkstyle.impl.version> + <checkstyle.impl.version>9.3</checkstyle.impl.version> <commons.jacoco.version>0.8.7</commons.jacoco.version> <commons.surefire.version>3.0.0-M5</commons.surefire.version> <commons.japicmp.version>0.15.3</commons.japicmp.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 769d199..29f72d1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -340,7 +340,7 @@ The <action> type attribute can be add,update,fix,remove. Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 #255. </action> <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory"> - Bump checkstyle from 8.44 to 9.2.1 #256, #257, #266, #279, #292. #308. + Bump checkstyle from 8.44 to 9.3 #256, #257, #266, #279, #292. #308. </action> <action dev="ggregory" type="update" due-to="Dependabot"> Bump junit-bom from 5.8.0-M1 to 5.8.2 #260, #271, #275, #309.