You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2019/12/14 18:52:02 UTC

[hbase-connectors] branch master updated: HBASE-23576 Bump checkstyle from 8.11 to 8.18

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

janh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 1beebfb  HBASE-23576 Bump checkstyle from 8.11 to 8.18
1beebfb is described below

commit 1beebfb66b1cb72eb6dd92266c75fe8bb8b774db
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Dec 14 19:51:55 2019 +0100

    HBASE-23576 Bump checkstyle from 8.11 to 8.18
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.11 to 8.18.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.11...checkstyle-8.18)
    
    Signed-off-by: Jan Hentschel <ja...@apache.org>
    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
old mode 100755
new mode 100644
index a0d236f..a0244db
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
     <hadoop-three.version>3.0.3</hadoop-three.version>
     <hadoop.version>${hadoop-two.version}</hadoop.version>
     <slf4j.version>1.7.25</slf4j.version>
-    <checkstyle.version>8.11</checkstyle.version>
+    <checkstyle.version>8.18</checkstyle.version>
     <maven.checkstyle.version>3.0.0</maven.checkstyle.version>
     <surefire.version>3.0.0-M3</surefire.version>
     <!--Internally we use a different version of protobuf. See hbase-protocol-shaded-->