Author: jleroux
Date: Thu Jun 13 14:21:48 2019
New Revision: 1861262
URL:
http://svn.apache.org/viewvc?rev=1861262&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
Once again missed to commit in example/build.gradle
Modified:
ofbiz/ofbiz-plugins/trunk/example/build.gradle
Modified: ofbiz/ofbiz-plugins/trunk/example/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/build.gradle?rev=1861262&r1=1861261&r2=1861262&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/example/build.gradle (original)
+++ ofbiz/ofbiz-plugins/trunk/example/build.gradle Thu Jun 13 14:21:48 2019
@@ -18,5 +18,5 @@
*/
dependencies {
- pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19'
+ pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.21'
}
\ No newline at end of file