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 0589a70cd3 Upgrading Tomcat and Swagger UI
0589a70cd3 is described below
commit 0589a70cd3568d50b1118d6402d15028c05bfef4
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Nov 11 08:14:33 2025 +0100
Upgrading Tomcat and Swagger UI
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f74838cddf..1703393bd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -467,7 +467,7 @@ under the License.
<cas-client.version>4.0.4</cas-client.version>
<swagger-core.version>2.2.40</swagger-core.version>
- <swagger-ui.version>5.30.1</swagger-ui.version>
+ <swagger-ui.version>5.30.2</swagger-ui.version>
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -521,7 +521,7 @@ under the License.
<cargo.rmi.port>9805</cargo.rmi.port>
<cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout>
- <tomcat.version>11.0.13</tomcat.version>
+ <tomcat.version>11.0.14</tomcat.version>
<wildfly.version>38.0.0.Final</wildfly.version>
<payara.version>6.2025.10</payara.version>
<jakarta.faces.version>4.1.4</jakarta.faces.version>