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 2021/10/05 06:58:30 UTC

[syncope] 03/05: 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 3d5d0749a4e8b8b293a7718cb41c584f7763484a
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Oct 4 14:56:39 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 4c0483e..fa622ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2201,7 +2201,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>9.0</version>
+              <version>9.0.1</version>
             </dependency>
           </dependencies>
           <configuration>