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
commit e78e60ccb6ed069fdaa2861c6486ad340dc10ca3 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Jul 14 17:16:50 2025 +0200 Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13275) https://tomcat.apache.org/security-10.html#Fixed_in_Apache_Tomcat_10.1.43 More at https://lists.apache.org/list.html?annou...@tomcat.apache.org --- dependencies.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index a9568daef5..504ae9c4b3 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.42' // Remember to change the version number (10 now) in javadoc block if needed. - implementation 'org.apache.tomcat:tomcat-jasper:10.1.42' + implementation 'org.apache.tomcat:tomcat-catalina-ha:10.1.43' // Remember to change the version number (10 now) in javadoc block if needed. + implementation 'org.apache.tomcat:tomcat-jasper:10.1.43' 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'