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 f6fc0e4 Bump checkstyle from 8.41.1 to 8.44 #175.
f6fc0e4 is described below
commit f6fc0e4c444f3f690b67b927bb3a0a15e93eb375
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 15 11:14:05 2021 -0400
Bump checkstyle from 8.41.1 to 8.44 #175.
---
checkstyle.xml | 2 +-
pom.xml | 2 +-
src/changes/changes.xml | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/checkstyle.xml b/checkstyle.xml
index 0171b59..a206586 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -85,7 +85,7 @@
<!-- Checks for Javadoc comments. -->
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
<module name="JavadocMethod">
- <property name="scope" value="public" />
+ <property name="accessModifiers" value="public" />
</module>
<module name="MissingJavadocMethod"/>
diff --git a/pom.xml b/pom.xml
index 0c4805b..ba68ba5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -277,7 +277,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>8.41.1</version>
+ <version>8.44</version>
</dependency>
</dependencies>
<!-- Keep build/reporting in sync -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 64e9825..17c22d8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -94,8 +94,8 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update">
Bump net.sourceforge.pmd:pmd-* from 6.32.0 to 6.33.0.
</action>
- <action dev="ggregory" due-to="Dependabot" type="update">
- Bump checkstyle from 8.41 to 8.41.1 #175.
+ <action dev="ggregory" due-to="Dependabot, Gary Gregory" type="update">
+ Bump checkstyle from 8.41 to 8.44 #175.
</action>
<action dev="ggregory" due-to="Boris Petrov" type="update">
Bump actions/setup-java to v2 #177.