You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/02/25 14:57:13 UTC

[ofbiz-framework] 01/03: Improved: Implemented: Documented: Completed: Reverted: Fixed: Improved: no functional change (OFBIZ-) Explanation Thanks:

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 <ja...@les7arts.com>
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'


Re: [ofbiz-framework] 01/03: Improved: Implemented: Documented: Completed: Reverted: Fixed: Improved: no functional change (OFBIZ-) Explanation Thanks:

Posted by "jleroux@apache.org" <jl...@apache.org>.
Sometimes things get complicated when cherry-pick fails and you forget something. Here I forgot the commit comment.

I prefer to let it like that, it's too late to amend :/

It was for OFBIZ-11407

Le 25/02/2020 à 15:57, jleroux@apache.org a écrit :
> 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 <ja...@les7arts.com>
> 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'
>