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 b476cc2305 Fixed: [SECURITY] Several CVEs in Apache Tomcat
(OFBIZ-13310)
b476cc2305 is described below
commit b476cc23055c18e15245fab332e7f3bf42f7f5a1
Author: Jacques Le Roux <[email protected]>
AuthorDate: Tue Oct 28 17:25:28 2025 +0100
Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13310)
https://lists.apache.org/[email protected]
https://lists.apache.org/thread/0p69tp4btn0pjrzmndnlv4dz7zof0mv3
---
dependencies.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index b131e3ea57..5266a9c4d6 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -62,8 +62,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.108' // Remember
to change the version number (9 now) in javadoc block if needed.
- implementation 'org.apache.tomcat:tomcat-jasper:9.0.108'
+ implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.110' // Remember
to change the version number (9 now) in javadoc block if needed.
+ implementation 'org.apache.tomcat:tomcat-jasper:9.0.110'
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'