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:24:02 UTC

[syncope] 01/02: 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 d2911fa88c273c50323e0189ee3436feecee02f8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Nov 2 08:36:20 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index c536a37..de2576e 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.1</version>
+              <version>9.1</version>
             </dependency>
           </dependencies>
           <configuration>