This is an automated email from the ASF dual-hosted git repository. mthl pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit bc52fc3821ba5e332f1abdc67d84db31349c87e3 Author: Mathieu Lirzin <mathieu.lir...@nereide.fr> AuthorDate: Wed Nov 27 17:19:11 2019 +0100 Improved: Upgrade Tomcat 9.0.27 → 9.0.29 (OFBIZ-11300) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cb9356b..91faf7d 100644 --- a/build.gradle +++ b/build.gradle @@ -185,8 +185,8 @@ dependencies { implementation 'org.apache.sshd:sshd-core:1.7.0' implementation 'org.apache.tika:tika-core:1.22' implementation 'org.apache.tika:tika-parsers:1.22' - implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.27' // Remember to change the version number in javadoc.options block - implementation 'org.apache.tomcat:tomcat-jasper:9.0.27' + implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.29' // Remember to change the version number in javadoc.options block + implementation 'org.apache.tomcat:tomcat-jasper:9.0.29' implementation 'org.apache.axis2:axis2-kernel:1.7.9' implementation 'org.apache.xmlgraphics:fop:2.3' implementation 'org.apache.xmlrpc:xmlrpc-client:3.1.3'