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 2019/12/30 17:09:31 UTC

[syncope] 03/04: 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

commit 88c7aa52edcbf5f1e572ce2b2b9543a465ecb98e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Dec 30 15:14:42 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 1cd3dd1..7903d41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2077,7 +2077,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.27</version>
+              <version>8.28</version>
             </dependency>
           </dependencies>
           <configuration>