You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/02/27 15:21:30 UTC

[knox] 01/03: KNOX-1798 - Upgrade checkstyle to 8.18

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit 8f3b21c44e699f69d6eceb33c7a1a696b8bcd777
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Wed Feb 27 09:44:23 2019 -0500

    KNOX-1798 - Upgrade checkstyle to 8.18
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a67b053..b4c25cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
         <bcprov-jdk15on.version>1.61</bcprov-jdk15on.version>
         <buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>
         <cglib.version>3.2.10</cglib.version>
-        <checkstyle.version>8.17</checkstyle.version>
+        <checkstyle.version>8.18</checkstyle.version>
         <commons-beanutils.version>1.9.3</commons-beanutils.version>
         <commons-cli.version>1.4</commons-cli.version>
         <commons-codec.version>1.12</commons-codec.version>