You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2019/10/17 12:18:00 UTC

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

Author: jleroux
Date: Thu Oct 17 12:18:00 2019
New Revision: 1868544

URL: http://svn.apache.org/viewvc?rev=1868544&view=rev
Log:
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