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 19:17:43 UTC

[hbase-operator-tools] branch master updated: HBASE-23577 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-operator-tools.git


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

commit 298a6493db7d941e522b73bf23f3d0a3e497f067
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Dec 14 20:17:36 2019 +0100

    HBASE-23577 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
index ab86329..2c726b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
     <surefire.version>2.21.0</surefire.version>
     <surefire.provider>surefire-junit47</surefire.provider>
     <test.output.tofile>true</test.output.tofile>
-    <checkstyle.version>8.11</checkstyle.version>
+    <checkstyle.version>8.18</checkstyle.version>
     <maven.checkstyle.version>3.0.0</maven.checkstyle.version>
     <hbase.checkstyle.version>2.2.0</hbase.checkstyle.version>
     <enforcer.version>3.0.0-M2</enforcer.version>