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 20ad1590c7 Fixed: [SECURITY] Several CVEs in Apache Tomcat
(OFBIZ-13365)
20ad1590c7 is described below
commit 20ad1590c7ed6b300a31fa06a55f54b610cd8d20
Author: Jacques Le Roux <[email protected]>
AuthorDate: Wed Feb 18 09:23:27 2026 +0100
Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13365)
See
https://tomcat.apache.org/security-10.html#Fixed_in_Apache_Tomcat_10.1.52
---
dependencies.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index 5b7cdf4957..32cefad03f 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -60,8 +60,8 @@ dependencies {
implementation 'org.apache.tika:tika-parsers:3.2.3'
implementation 'org.apache.tika:tika-parser-pdf-module:3.2.3'
implementation 'org.apache.cxf:cxf-rt-frontend-jaxrs:4.1.3'
- implementation 'org.apache.tomcat:tomcat-catalina-ha:10.1.47' // Remember
to change the version number (10 now) in javadoc block if needed.
- implementation 'org.apache.tomcat:tomcat-jasper:10.1.47'
+ implementation 'org.apache.tomcat:tomcat-catalina-ha:10.1.52' // Remember
to change the version number (10 now) in javadoc block if needed.
+ implementation 'org.apache.tomcat:tomcat-jasper:10.1.52'
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'