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

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


The following commit(s) were added to refs/heads/release24.09 by this push:
     new e13f9631a6 Fixed: [SECURITY] Several CVEs in Apache Tomcat 
(OFBIZ-13264)
e13f9631a6 is described below

commit e13f9631a672974a578779b2227e5c56472d185d
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Jun 19 12:23:32 2025 +0200

    Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13264)
    
    https://lists.apache.org/thread/3c3q2hv3vv7bz15p4vxx9dpbqbrzpyvm
    https://lists.apache.org/thread/pmtvgndbl12r0rrfnqnnxjcno0nggpbm
    https://lists.apache.org/thread/p201jp4to0nr4ky9h3j97ywk2zqv185m
    https://lists.apache.org/thread/gp5rzzqnp7q71bm7lsvxoow89nz1tkjw
    
    So this is an update to Tomcat 9.0.106
---
 dependencies.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index 50b602abf1..ea570b66c2 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -61,8 +61,8 @@ dependencies {
     implementation 'org.apache.tika:tika-parsers:2.5.0'
     implementation 'org.apache.tika:tika-parser-pdf-module:2.5.0'
     implementation 'org.apache.cxf:cxf-rt-frontend-jaxrs:3.5.6' // 4.0.3 does 
not compile
-    implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.104' // Remember 
to change the version number (9 now) in javadoc block if needed.
-    implementation 'org.apache.tomcat:tomcat-jasper:9.0.104'
+    implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.106' // Remember 
to change the version number (9 now) in javadoc block if needed.
+    implementation 'org.apache.tomcat:tomcat-jasper:9.0.106'
     implementation 'org.apache.axis2:axis2-kernel:1.8.2'
     implementation 'org.apache.xmlgraphics:batik-anim:1.17'
     implementation 'org.apache.xmlgraphics:batik-util:1.17'

Reply via email to