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

joewitt pushed a commit to branch support/nifi-1.11.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 8c4c00fda2ab3939f454d01d938234123e6a535d
Author: Pierre Villard <pierre.villard...@gmail.com>
AuthorDate: Wed Feb 5 14:13:00 2020 -0500

    NIFI-7108 - Upgrade com.puppycrawl.tools:checkstyle (#4041)
    
    Signed-off-by: Andy LoPresto <alopre...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9b19852..aa87ab3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -487,7 +487,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.28</version>
+                            <version>8.29</version>
                         </dependency>
                     </dependencies>
                 </plugin>

Reply via email to