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/03/02 13:05:26 UTC

[syncope] branch 2_1_X updated: Reverting checkstyle to retain Java 8 compatibility

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 aa2f50f  Reverting checkstyle to retain Java 8 compatibility
aa2f50f is described below

commit aa2f50f47dbeeedec6e663996e6815c93a4e5a41
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 2 14:05:15 2022 +0100

    Reverting checkstyle to retain Java 8 compatibility
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e506c78..8381009 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2095,7 +2095,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>10.0</version>
+              <version>9.3</version>
             </dependency>
           </dependencies>
           <configuration>