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/06/24 00:02:14 UTC

[knox] 03/05: KNOX-1908 - Upgrade checkstyle to 8.22

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 fadd900bb63e11e0c5a38c630ef0c31ce63623b0
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Sun Jun 23 17:05:00 2019 -0400

    KNOX-1908 - Upgrade checkstyle to 8.22
    
    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 b432e9f..56ee435 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
         <bcprov-jdk15on.version>1.62</bcprov-jdk15on.version>
         <buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>
         <cglib.version>3.2.12</cglib.version>
-        <checkstyle.version>8.21</checkstyle.version>
+        <checkstyle.version>8.22</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>