This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 17358c5b5f Upgrading Tomcat, commons-text and java-uuid-generator
17358c5b5f is described below

commit 17358c5b5fdbf9c3c218e905e1a57702db3c0e73
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Dec 8 07:53:52 2025 +0100

    Upgrading Tomcat, commons-text and java-uuid-generator
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 584bb7646b..c3eb8f2361 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,7 @@ under the License.
 
     <commons-lang3.version>3.17.0</commons-lang3.version>
     <commons-jexl.version>3.6.0</commons-jexl.version>
-    <commons-text.version>1.14.0</commons-text.version>
+    <commons-text.version>1.15.0</commons-text.version>
 
     <pac4j.version>5.5.0</pac4j.version>
 
@@ -498,7 +498,7 @@ under the License.
     <cargo.rmi.port>9805</cargo.rmi.port>
     <cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout>
 
-    <tomcat.version>9.0.112</tomcat.version>
+    <tomcat.version>9.0.113</tomcat.version>
     <wildfly.version>26.1.3.Final</wildfly.version>
     <payara.version>5.2022.5</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>
@@ -685,7 +685,7 @@ under the License.
       <dependency>
         <groupId>com.fasterxml.uuid</groupId>
         <artifactId>java-uuid-generator</artifactId>
-        <version>5.1.1</version>
+        <version>5.2.0</version>
       </dependency>
 
       <dependency>

Reply via email to