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 2022/09/28 14:06:11 UTC

[syncope] 01/03: 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 f3ac527ec9eaf77a7abb61dfb87bc29ec062620f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Sep 26 16:00:01 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 9c70f9c74f..3a68691591 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1904,7 +1904,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>10.3.3</version>
+              <version>10.3.4</version>
             </dependency>
           </dependencies>
           <configuration>