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 c35f881 Upgrading checkstyle
c35f881 is described below
commit c35f8812e599e3ea454e692d373086f6f124ad26
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jan 29 13:12:54 2020 +0100
Upgrading checkstyle
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 41090a4..194b405 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2084,7 +2084,7 @@ under the License.
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>8.28</version>
+ <version>8.29</version>
</dependency>
</dependencies>
<configuration>