You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ab...@apache.org on 2020/03/31 10:36:10 UTC

[nifi-registry] 02/03: NIFIREG-364 - Upgraded again to checkstyle 8.31.

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

aboda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git

commit 203b3234c04f4e5980ac8b3a5b2e2c5294a065d8
Author: Nathan Gough <th...@gmail.com>
AuthorDate: Mon Mar 30 11:21:19 2020 -0400

    NIFIREG-364 - Upgraded again to checkstyle 8.31.
    
    Signed-off-by: Arpad Boda <ab...@apache.org>
    
    This closes #270
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3091a39..ad06fe7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.29</version>
+                            <version>8.31</version>
                         </dependency>
                     </dependencies>
                 </plugin>