This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release18.12 by this push: new fc96ffa Fixed: Upgrades Tomcat from 9.0.43 to 9.0.48 (OFBIZ-12280) fc96ffa is described below commit fc96ffacca15cc9a616d2c11ee6098fdb02cd185 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Jul 12 18:24:13 2021 +0200 Fixed: Upgrades Tomcat from 9.0.43 to 9.0.48 (OFBIZ-12280) Due to CVEs-2021-30037/30639/30640 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 6b72679..3c79d3d 100644 --- a/build.gradle +++ b/build.gradle @@ -201,10 +201,10 @@ dependencies { compile 'org.apache.sshd:sshd-core:1.7.0' compile 'org.apache.tika:tika-core:1.26' compile 'org.apache.tika:tika-parsers:1.26' - compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.43' - compile 'org.apache.tomcat:tomcat-catalina:9.0.43' - compile 'org.apache.tomcat:tomcat-jasper:9.0.43' - compile 'org.apache.tomcat:tomcat-tribes:9.0.43' + compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.48' + compile 'org.apache.tomcat:tomcat-catalina:9.0.48' + compile 'org.apache.tomcat:tomcat-jasper:9.0.48' + compile 'org.apache.tomcat:tomcat-tribes:9.0.48' compile 'org.apache.xmlgraphics:fop:2.3' compile 'org.apache.xmlrpc:xmlrpc-client:3.1.3' compile 'org.apache.xmlrpc:xmlrpc-server:3.1.3'