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/11/03 12:23:58 UTC

[syncope] branch 2_1_X updated: Upgrading checkstyle

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new a78c1be  Upgrading checkstyle
a78c1be is described below

commit a78c1be5d4a64b88383e6bce34f07363b3503269
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Nov 2 08:36:08 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 0bdce01..69b8a70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2092,7 +2092,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>9.0</version>
+              <version>9.1</version>
             </dependency>
           </dependencies>
           <configuration>