Sometimes things get complicated when cherry-pick fails and you forget something. Here I forgot the commit comment.
> This is an automated email from the ASF dual-hosted git repository.
>
> jleroux pushed a commit to branch release17.12
> in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.git>
> commit fee85b4a4212c9cd8a9f722481f17f498ba67a5f
> Author: Jacques Le Roux <
[hidden email]>
> AuthorDate: Tue Feb 25 15:50:19 2020 +0100
>
> Improved:
> Implemented:
> Documented:
> Completed:
> Reverted:
> Fixed:
> Improved: no functional change
> (OFBIZ-)
> Explanation
> Thanks:
> ---
> build.gradle | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/build.gradle b/build.gradle
> index f0449bf..3af6173 100644
> --- a/build.gradle
> +++ b/build.gradle
> @@ -141,10 +141,10 @@ dependencies {
> compile 'org.apache.tika:tika-core:1.20'
> compile 'org.apache.tika:tika-parsers:1.20'
> compile 'org.apache.poi:poi:3.17'
> - compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.19'
> - compile 'org.apache.tomcat:tomcat-catalina:9.0.19'
> - compile 'org.apache.tomcat:tomcat-jasper:9.0.19'
> - compile 'org.apache.tomcat:tomcat-tribes:9.0.19'
> + compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.31'
> + compile 'org.apache.tomcat:tomcat-catalina:9.0.31'
> + compile 'org.apache.tomcat:tomcat-jasper:9.0.31'
> + compile 'org.apache.tomcat:tomcat-tribes:9.0.31'
> compile 'org.apache.xmlgraphics:fop:2.2'
> compile 'org.apache.xmlrpc:xmlrpc-client:3.1.3'
> compile 'org.apache.xmlrpc:xmlrpc-server:3.1.3'
>