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 980a8c2 Update com.puppycrawl.tools:checkstyle 8.36 -> 8.36.1.
980a8c2 is described below
commit 980a8c20e25baff701604abfef96623b076787a3
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 26 20:16:16 2020 -0400
Update com.puppycrawl.tools:checkstyle 8.36 -> 8.36.1.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0967a11..1e4f4e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>8.36</version>
+ <version>8.36.1</version>
</dependency>
</dependencies>
<!-- Keep build/reporting in sync -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1ee0b48..9a59eb4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -162,6 +162,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Dependabot">
Update exec-maven-plugin from 1.6.0 to 3.0.0 #127.
</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Update com.puppycrawl.tools:checkstyle 8.36 -> 8.36.1.
+ </action>
</release>
<release version="2.6.0" date="2020-01-06" description="New features and
bug fix release.">
<action dev="ggregory" due-to="Eitan Adler" type="fix">