This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release22.01 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release22.01 by this push: new 3e57a1978b Fixed: [CVE-2023-41080] Update Tomcat to 9.0.80 (OFBIZ-12849) 3e57a1978b is described below commit 3e57a1978b4f66bab81fc5c65400d52633b9a5bc Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Aug 26 09:59:59 2023 +0200 Fixed: [CVE-2023-41080] Update Tomcat to 9.0.80 (OFBIZ-12849) See https://tomcat.apache.org/tomcat-9.0-doc/changelog.html --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 45ca91b588..9cc49f00f4 100644 --- a/build.gradle +++ b/build.gradle @@ -240,8 +240,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.3' - implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.75' // Remember to change the version number (9 now) in javadoc block if needed. - implementation 'org.apache.tomcat:tomcat-jasper:9.0.75' + implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.80' // Remember to change the version number (9 now) in javadoc block if needed. + implementation 'org.apache.tomcat:tomcat-jasper:9.0.80' implementation 'org.apache.axis2:axis2-kernel:1.7.9' // Above: SOAPEventHandler.java:42: error: package org.apache.axiom.om.impl.builder does not exist implementation 'org.apache.xmlgraphics:batik-anim:1.14' implementation 'org.apache.xmlgraphics:batik-util:1.14'