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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Deepak Dixit-5
Author: deepak
Date: Mon May  7 08:55:30 2018
New Revision: 1831084

URL: http://svn.apache.org/viewvc?rev=1831084&view=rev
Log:
Implemented: Upgraded to latest Tomcat (9.0.7), Updated tomcat embed websocket jar to 9.0.7
(OFBIZ-10036)

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=1831084&r1=1831083&r2=1831084&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/example/build.gradle (original)
+++ ofbiz/ofbiz-plugins/trunk/example/build.gradle Mon May  7 08:55:30 2018
@@ -18,5 +18,5 @@
  */
 
 dependencies {
-    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.7'
 }
\ No newline at end of file