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 b0729ea Update com.puppycrawl.tools:checkstyle 8.36.2 -> 8.38. b0729ea is described below commit b0729eaa54f4bc78060b1866d2d49d6d0e8b21d9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 10 15:18:06 2020 -0500 Update com.puppycrawl.tools:checkstyle 8.36.2 -> 8.38. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 63662c6..cbd285d 100644 --- a/pom.xml +++ b/pom.xml @@ -285,7 +285,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>8.36.2</version> + <version>8.38</version> </dependency> </dependencies> <!-- Keep build/reporting in sync --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6011c5e..eb09626 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -73,6 +73,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" due-to="Gary Gregory" type="update"> Update tests from Log4j 2.13.3 to 2.14.0. </action> + <action dev="ggregory" due-to="Gary Gregory" type="update"> + Update com.puppycrawl.tools:checkstyle 8.36.2 -> 8.38. + </action> </release> <release version="2.7.0" date="2020-10-26" description="Maintenance release. Requires Java 8."> <action issue="VFS-753" dev="ggregory" due-to="John Webb, Gary Gregory" type="fix">