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/23 18:42:01 UTC

[knox] 02/10: KNOX-1889 - Upgrade checkstyle to 8.21

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 539a977d361918a7335b2bd700d0d5e23cd0af39
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Sun Jun 23 11:56:28 2019 -0400

    KNOX-1889 - Upgrade checkstyle to 8.21
    
    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 d150a45..5dc2143 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
         <bcprov-jdk15on.version>1.61</bcprov-jdk15on.version>
         <buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>
         <cglib.version>3.2.12</cglib.version>
-        <checkstyle.version>8.19</checkstyle.version>
+        <checkstyle.version>8.21</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>