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

jleroux 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 074b7b4a20 Fixed: [SECURITY]  Several CVEs in Apache Tomcat 
(OFBIZ-13216)
074b7b4a20 is described below

commit 074b7b4a202eaa7f0bd7727489fcf0eb15839bce
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Mar 11 09:39:29 2025 +0100

    Fixed: [SECURITY]  Several CVEs in Apache Tomcat (OFBIZ-13216)
    
    https://lists.apache.org/thread/xl35tnb4979lnk7stnvx9sll1hb68kvf
    https://lists.apache.org/thread/bs2otv1k6yc7h2xnjm6oykd18hrbl8f9
    
    So this is an update to Tomcat 9.0.102
---
 dependencies.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index e813ef1974..4dbe1b5c7e 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -62,8 +62,8 @@ dependencies {
     implementation 'org.apache.tika:tika-parsers:2.9.2' // To be compatible 
with tika-parser-pdf-module below
     implementation 'org.apache.tika:tika-parser-pdf-module:2.9.2' // > 2.9.2 
does not compile, see OFBIZ-13155
     implementation 'org.apache.cxf:cxf-rt-frontend-jaxrs:3.6.4' // 4.x+ 
requires javax.xml.bind -> jakarta.xml.bind namespace change
-    implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.97' // Remember 
to change the version number (9 now) in javadoc block if needed.
-    implementation 'org.apache.tomcat:tomcat-jasper:9.0.97'
+    implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.102' // Remember 
to change the version number (9 now) in javadoc block if needed.
+    implementation 'org.apache.tomcat:tomcat-jasper:9.0.102'
     implementation 'org.apache.axis2:axis2-kernel:1.8.2'
     implementation 'org.apache.xmlgraphics:batik-anim:1.18'
     implementation 'org.apache.xmlgraphics:batik-util:1.18'

Reply via email to