You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/08 16:06:45 UTC

[commons-vfs] branch master updated: Bump checkstyle from 8.27 to 8.36 (#123)

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 4bc669c  Bump checkstyle from 8.27 to 8.36 (#123)
4bc669c is described below

commit 4bc669cd524f2c244687542f61bb397d9f777d5a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Sep 8 12:06:39 2020 -0400

    Bump checkstyle from 8.27 to 8.36 (#123)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.27 to 8.36.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.27...checkstyle-8.36)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2b27dc8..a3e471d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>8.27</version>
+            <version>8.36</version>
           </dependency>
         </dependencies>        
         <!-- Keep build/reporting in sync -->