Author: jleroux
Date: Thu Oct 17 12:18:00 2019
New Revision: 1868544
URL:
http://svn.apache.org/viewvc?rev=1868544&view=revLog:
Improved: Upgrade Tomcat from 9.0.26 to 9.0.27
(OFBIZ-11249)
Forgot a plugin, as ever :/
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=1868544&r1=1868543&r2=1868544&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/example/build.gradle (original)
+++ ofbiz/ofbiz-plugins/trunk/example/build.gradle Thu Oct 17 12:18:00 2019
@@ -18,5 +18,5 @@
*/
dependencies {
- pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.26'
+ pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.27'
}
\ No newline at end of file