You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/11/11 07:09:51 UTC

svn commit: r1814926 - /ofbiz/ofbiz-plugins/trunk/example/build.gradle

Author: deepak
Date: Sat Nov 11 07:09:50 2017
New Revision: 1814926

URL: http://svn.apache.org/viewvc?rev=1814926&view=rev
Log:
Improved: Updated tomcat-embed-websocket jar to 8.5.23

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=1814926&r1=1814925&r2=1814926&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/example/build.gradle (original)
+++ ofbiz/ofbiz-plugins/trunk/example/build.gradle Sat Nov 11 07:09:50 2017
@@ -18,5 +18,5 @@
  */
 
 dependencies {
-    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:8.0.39'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23'
 }
\ No newline at end of file