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 49c4e9a09f440d4f9bc8dcc07593e1e429c084cc Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Mar 28 16:00:29 2022 +0200 Upgrading Checkstyle --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f578644..1c7069b 100644 --- a/pom.xml +++ b/pom.xml @@ -2214,7 +2214,7 @@ under the License. <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>10.0</version> + <version>10.1</version> </dependency> </dependencies> <configuration>
