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 d463e83db5 Fixed: [SECURITY] Several CVEs in Apache Tomcat
(OFBIZ-13229)
d463e83db5 is described below
commit d463e83db51d502d665774bac6eaa27faa891dc8
Author: Jacques Le Roux <[email protected]>
AuthorDate: Tue Apr 29 09:54:54 2025 +0200
Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13229)
https://lists.apache.org/thread/q4ld9xtv3zrvvs3ykp4b2f9j2tvhq6bl
https://lists.apache.org/thread/x7l5ldwkson33bf4b3s3738lwjql618z
---
dependencies.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index 70f208cbc7..2f8ab71a25 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:10.1.34' // Remember
to change the version number (10 now) in javadoc block if needed.
- implementation 'org.apache.tomcat:tomcat-jasper:10.1.34'
+ implementation 'org.apache.tomcat:tomcat-catalina-ha:10.1.39' // Remember
to change the version number (10 now) in javadoc block if needed.
+ implementation 'org.apache.tomcat:tomcat-jasper:10.1.39'
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'