You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/04/28 05:22:41 UTC

[syncope] branch master updated: Upgrading checkstyle

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5fb0eb3  Upgrading checkstyle
5fb0eb3 is described below

commit 5fb0eb3de8b04568b8b494f8e61d379564d0786d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 27 14:52:50 2020 +0200

    Upgrading checkstyle
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd24cde..4ab7c12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2312,7 +2312,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.31</version>
+              <version>8.32</version>
             </dependency>
           </dependencies>
           <configuration>