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


The following commit(s) were added to refs/heads/master by this push:
     new ca023d8  Upgrading Tomcat and cargo-maven3-plugin
ca023d8 is described below

commit ca023d8f8c5b72c60c12920a190e03d9b9a98ecb
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Sun Aug 8 07:55:38 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 6f4371e..feb5a76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -509,7 +509,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.50</tomcat.version>
+    <tomcat.version>9.0.52</tomcat.version>
     <wildfly.version>24.0.0.Final</wildfly.version>
     <payara.version>5.2021.5</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>
@@ -2256,7 +2256,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven3-plugin</artifactId>
-          <version>1.9.5</version>
+          <version>1.9.6</version>
           <configuration>
             <configuration>
               <type>standalone</type>

Reply via email to