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 c78d338 Update underlying Checkstyle from 6.19 to 8.22. c78d338 is described below commit c78d338ba6504e297632f0846af442a5bb58b365 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Jul 10 15:02:54 2019 -0400 Update underlying Checkstyle from 6.19 to 8.22. --- checkstyle.xml | 2 -- pom.xml | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index 1547bdf..3213193 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -76,8 +76,6 @@ <module name="TreeWalker"> - <property name="cacheFile" value="${checkstyle.cache.file}" /> - <!-- Checks for Javadoc comments. --> <!-- See http://checkstyle.sf.net/config_javadoc.html --> <module name="JavadocMethod"> diff --git a/pom.xml b/pom.xml index 8b1b599..42b9ac3 100644 --- a/pom.xml +++ b/pom.xml @@ -259,8 +259,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <!-- version 7.0 requires Java 8 --> - <version>6.19</version> + <version>8.22</version> </dependency> </dependencies> <!-- Keep build/reporting in sync -->