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 f85932ef26 Upgrading Tomcat
f85932ef26 is described below

commit f85932ef268d9c51f3aa74372d05c84dedb72302
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Feb 18 08:18:53 2025 +0100

    Upgrading Tomcat
---
 fit/core-reference/pom.xml | 1 -
 pom.xml                    | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 87701a885c..573ae06a5a 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -313,7 +313,6 @@ under the License.
           <configuration>
             <properties>
               <cargo.jvmargs>
-                --add-opens=java.base/java.io=ALL-UNNAMED
                 -Dspring.profiles.active=${spring.profiles.active}
                 -XX:+UseG1GC -Xmx1024m -Xms512m</cargo.jvmargs>
             </properties>
diff --git a/pom.xml b/pom.xml
index 7af7951e4e..5618efd049 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.99</tomcat.version>
+    <tomcat.version>9.0.100</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>

Reply via email to