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 296be2911c Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13180) 296be2911c is described below commit 296be2911ccd3ba1a01777ec90aafd515ee7a10c Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Nov 19 11:32:54 2024 +0100 Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13180) https://lists.apache.org/thread/kg1cpwys6s4px9yk6kzp4405wolygqkz https://lists.apache.org/thread/xp7ojhmzg6k5c4gxfg7456hszzsfjm58 https://lists.apache.org/thread/dvky1vcrgvyx7dmt61hr6wchz8x3qbps https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.97 --- dependencies.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 38f4138979..07752367a6 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.91' // Remember to change the version number (9 now) in javadoc block if needed. - implementation 'org.apache.tomcat:tomcat-jasper:9.0.91' + 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.axis2:axis2-kernel:1.8.2' implementation 'org.apache.xmlgraphics:batik-anim:1.17' implementation 'org.apache.xmlgraphics:batik-util:1.17'