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

asf-gitbox-commits pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new def2d13bb1 Fixed: [SECURITY]  Several CVEs in Apache Tomcat 
(OFBIZ-13407)
def2d13bb1 is described below

commit def2d13bb14a4a74fcac7f6e38a83fec7c32fc54
Author: Jacques Le Roux <[email protected]>
AuthorDate: Wed May 13 17:12:04 2026 +0200

    Fixed: [SECURITY]  Several CVEs in Apache Tomcat (OFBIZ-13407)
    
    https://tomcat.apache.org/security-10.html updated to v10.1.55
---
 dependencies.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index 62d7e5b5a2..f5a15cdc0c 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -60,8 +60,8 @@ dependencies {
     implementation 'org.apache.tika:tika-parsers:3.3.0'
     implementation 'org.apache.tika:tika-parser-pdf-module:3.3.0'
     implementation 'org.apache.cxf:cxf-rt-frontend-jaxrs:4.2.0'
-    implementation 'org.apache.tomcat:tomcat-catalina-ha:10.1.54' // Remember 
to change the version number (10 now) in javadoc block if needed.
-    implementation 'org.apache.tomcat:tomcat-jasper:10.1.54'
+    implementation 'org.apache.tomcat:tomcat-catalina-ha:10.1.55' // Remember 
to change the version number (10 now) in javadoc block if needed.
+    implementation 'org.apache.tomcat:tomcat-jasper:10.1.55'
     implementation 'org.apache.axis2:axis2-kernel:1.8.2'
     implementation 'org.apache.xmlgraphics:batik-anim:1.19'
     implementation 'org.apache.xmlgraphics:batik-util:1.19'

Reply via email to