Author: jleroux
Date: Wed Jun 12 08:23:51 2019
New Revision: 1861097
URL:
http://svn.apache.org/viewvc?rev=1861097&view=revLog:
Improved: Update Tomcat to 9.0.21
(OFBIZ-11102)
Mostly because of various concurrency and stability fixes for HTTP/2 as reported
in the official announcement
Modified:
ofbiz/ofbiz-framework/trunk/build.gradle
Modified: ofbiz/ofbiz-framework/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1861097&r1=1861096&r2=1861097&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Wed Jun 12 08:23:51 2019
@@ -192,10 +192,10 @@ dependencies {
implementation 'org.apache.sshd:sshd-core:1.7.0'
implementation 'org.apache.tika:tika-core:1.20'
implementation 'org.apache.tika:tika-parsers:1.20'
- implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.19'
- implementation 'org.apache.tomcat:tomcat-catalina:9.0.19'
- implementation 'org.apache.tomcat:tomcat-jasper:9.0.19'
- implementation 'org.apache.tomcat:tomcat-tribes:9.0.19'
+ implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.21'
+ implementation 'org.apache.tomcat:tomcat-catalina:9.0.21'
+ implementation 'org.apache.tomcat:tomcat-jasper:9.0.21'
+ implementation 'org.apache.tomcat:tomcat-tribes:9.0.21'
implementation 'org.apache.xmlgraphics:fop:2.3'
implementation 'org.apache.xmlrpc:xmlrpc-client:3.1.3'
implementation 'org.apache.xmlrpc:xmlrpc-server:3.1.3'