This is an automated email from the ASF dual-hosted git repository. mbrohl 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 91594dd Implemented: Upgrade Tomcat from 9.0.41 to 9.0.43 (OFBIZ-12165) 91594dd is described below commit 91594dd259298a280639074bc1107c62ecc9c8cb Author: Michael Brohl <mbr...@apache.org> AuthorDate: Wed Feb 3 17:22:17 2021 +0100 Implemented: Upgrade Tomcat from 9.0.41 to 9.0.43 (OFBIZ-12165) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b8e725e..f962f0a 100644 --- a/build.gradle +++ b/build.gradle @@ -187,8 +187,8 @@ dependencies { implementation 'org.apache.sshd:sshd-core:1.7.0' // So far we did not update from 1.7.0 because of a compile issue. You may try w/ a newer version than 2.4.0 implementation 'org.apache.tika:tika-core:1.25' implementation 'org.apache.tika:tika-parsers:1.25' - implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.41' // Remember to change the version number (9 now) in javadoc block if needed. - implementation 'org.apache.tomcat:tomcat-jasper:9.0.41' + implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.43' // Remember to change the version number (9 now) in javadoc block if needed. + implementation 'org.apache.tomcat:tomcat-jasper:9.0.43' implementation 'org.apache.axis2:axis2-kernel:1.7.9' 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