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 21da339 Upgrading checkstyle
21da339 is described below
commit 21da33937a90099098c8ce75282c46256f52e99e
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Mar 1 15:00:02 2021 +0100
Upgrading checkstyle
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2067660..db98ad0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2415,7 +2415,7 @@ under the License.
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>8.40</version>
+ <version>8.41</version>
</dependency>
</dependencies>
<configuration>