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 2019/05/15 06:49:50 UTC

[syncope] 01/02: Upgrading Tomcat and cargo-maven2-plugin

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 9a6362890f85b270418fc67b270cd63b314e2be0
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed May 15 08:21:52 2019 +0200

    Upgrading Tomcat and cargo-maven2-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d5ec8e9..7acd633 100644
--- a/pom.xml
+++ b/pom.xml
@@ -515,7 +515,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>9.0.19</tomcat.version>
+    <tomcat.version>9.0.20</tomcat.version>
 
     <docker.postgresql.version>11.2</docker.postgresql.version>
     <docker.mysql.version>8.0</docker.mysql.version>
@@ -2074,7 +2074,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.3</version>
+          <version>1.7.4</version>
           <configuration>
             <configuration>
               <type>standalone</type>