You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2020/02/23 11:12:17 UTC

[ofbiz-framework] branch trunk updated: Upgrade Tomcat from 9.0.29 to 9.0.31 (OFBIZ-11407)

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 6e26a9d  Upgrade Tomcat from 9.0.29 to 9.0.31 (OFBIZ-11407)
6e26a9d is described below

commit 6e26a9d5f747c34ce69a88b3be639f4ee3f32d5b
Author: Michael Brohl <mb...@apache.org>
AuthorDate: Sun Feb 23 12:11:58 2020 +0100

    Upgrade Tomcat from 9.0.29 to 9.0.31
    (OFBIZ-11407)
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 010655b..c11d7ce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -181,8 +181,8 @@ dependencies {
     implementation 'org.apache.shiro:shiro-core:1.4.1'
     implementation 'org.apache.sshd:sshd-core:1.7.0'
     implementation 'org.apache.tika:tika-parsers:1.22'
-    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.tomcat:tomcat-catalina-ha:9.0.31' // Remember to change the version number in javadoc.options block
+    implementation 'org.apache.tomcat:tomcat-jasper:9.0.31'
     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'