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 82d83de0a2 Fixed: Upgrade Tomcat from 9.0.60 to 9.0.65 (OFBIZ-12696) 82d83de0a2 is described below commit 82d83de0a2f9d8f3fe02f318b95ba6706e2f385d Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Sep 28 16:56:05 2022 +0200 Fixed: Upgrade Tomcat from 9.0.60 to 9.0.65 (OFBIZ-12696) See https://tomcat.apache.org/security-9.html for details Thanks: Tomcat security team --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f84fc15e6a..54f64ee356 100644 --- a/build.gradle +++ b/build.gradle @@ -239,8 +239,8 @@ dependencies { implementation 'org.apache.commons:commons-csv:1.9.0' implementation 'org.apache.tika:tika-parser-pdf-module:2.4.1' implementation 'org.apache.cxf:cxf-rt-frontend-jaxrs:3.5.3' - implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.60' // Remember to change the version number (9 now) in javadoc block if needed. - implementation 'org.apache.tomcat:tomcat-jasper:9.0.60' + implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.65' // Remember to change the version number (9 now) in javadoc block if needed. + implementation 'org.apache.tomcat:tomcat-jasper:9.0.65' implementation 'org.apache.axis2:axis2-kernel:1.8.1' implementation 'batik:batik-svg-dom:1.6-1' implementation 'org.apache.xmlgraphics:fop:2.3' // NOTE: since 2.4 dependencies are messed up. See https://github.com/moqui/moqui-fop/blob/master/build.gradle