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 2020/03/10 17:13:21 UTC

[syncope] 02/02: Upgrading build-helper-maven-plugin and asciidoctorj-pdf

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 c4157b9a8ad769f3d3a5e692b9ca1a07721d0643
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Mar 10 17:52:01 2020 +0100

    Upgrading build-helper-maven-plugin and asciidoctorj-pdf
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 32b9039..b6860d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1910,7 +1910,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.0</version>
         </plugin>
 
         <plugin>
@@ -2593,7 +2593,7 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>1.5.2</version>
+                <version>1.5.3</version>
               </dependency>
             </dependencies>
             <configuration>