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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 0c62361 Bump com.puppycrawl.tools:checkstyle 9.2 -> 9.3. 0c62361 is described below commit 0c62361d2cd38b798be0aa0c803e2e776b502d7e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Feb 8 09:23:30 2022 -0500 Bump com.puppycrawl.tools:checkstyle 9.2 -> 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 f563969..0ef9edb 100644 --- a/pom.xml +++ b/pom.xml @@ -278,7 +278,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>9.2</version> + <version>9.3</version> </dependency> </dependencies> <!-- Keep build/reporting in sync --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3c369ec..65c3872 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -122,7 +122,7 @@ The <action> type attribute can be add,update,fix,remove. Bump commons.animal-sniffer.version from 1.19 to 1.20. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> - Bump com.puppycrawl.tools:checkstyle from 8.44 to 9.1 #211. + Bump com.puppycrawl.tools:checkstyle from 8.44 to 9.3 #211. </action> <action type="update" dev="ggregory" due-to="Dependabot"> Bump actions/checkout from 2.3.4 to 2.4.0 #217, #220.