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 1ff564c517 Upgrading Tomcat
1ff564c517 is described below
commit 1ff564c517dc358e8e3a6d0028e9a0fa19980f6c
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jan 10 08:25:00 2024 +0100
Upgrading Tomcat
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 70fae35a76..3d889b007a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,7 +491,7 @@ under the License.
<cargo.rmi.port>9805</cargo.rmi.port>
<cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout>
- <tomcat.version>10.1.17</tomcat.version>
+ <tomcat.version>10.1.18</tomcat.version>
<wildfly.version>30.0.1.Final</wildfly.version>
<payara.version>6.2023.9</payara.version>
<jakarta.faces.version>4.0.5</jakarta.faces.version>