You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2019/12/03 06:18:30 UTC

[servicecomb-java-chassis] 01/14: Bump checkstyle from 7.6 to 8.18

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git

commit 8a219accfca901e36c022cd1368de85d8618c231
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 31 08:23:27 2019 +0000

    Bump checkstyle from 7.6 to 8.18
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 7.6 to 8.18.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-7.6...checkstyle-8.18)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9dd3bf5..f29126e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,7 +417,7 @@
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>7.6</version>
+              <version>8.18</version>
             </dependency>
           </dependencies>
         </plugin>