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/02/02 16:18:28 UTC

[syncope] 01/02: Upgrading checkstyle and asciidoctor-maven-plugin

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

commit cd3d7512f209c06bd22076342277719ca946d211
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Feb 1 08:10:41 2022 +0100

    Upgrading checkstyle and asciidoctor-maven-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3777703..f44b757 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2089,7 +2089,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>9.2</version>
+              <version>9.3</version>
             </dependency>
           </dependencies>
           <configuration>
@@ -2591,7 +2591,7 @@ under the License.
           <plugin>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctor-maven-plugin</artifactId>
-            <version>2.2.1</version>
+            <version>2.2.2</version>
             <dependencies>
               <dependency>
                 <groupId>org.asciidoctor</groupId>