svn commit: r1796011 - /ofbiz/ofbiz-framework/trunk/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: r1796011 - /ofbiz/ofbiz-framework/trunk/build.gradle

mbrohl
Author: mbrohl
Date: Wed May 24 08:45:34 2017
New Revision: 1796011

URL: http://svn.apache.org/viewvc?rev=1796011&view=rev
Log:
Improved: Upgrade Tomcat to 8.5.15
(OFBIZ-9366)

Modified:
    ofbiz/ofbiz-framework/trunk/build.gradle

Modified: ofbiz/ofbiz-framework/trunk/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1796011&r1=1796010&r2=1796011&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Wed May 24 08:45:34 2017
@@ -125,10 +125,10 @@ dependencies {
     compile 'org.apache.shiro:shiro-core:1.3.0'
     compile 'org.apache.tika:tika-core:1.12'
     compile 'org.apache.tika:tika-parsers:1.12'
-    compile 'org.apache.tomcat:tomcat-catalina-ha:8.0.42'
-    compile 'org.apache.tomcat:tomcat-catalina:8.0.42'
-    compile 'org.apache.tomcat:tomcat-jasper:8.0.42'
-    compile 'org.apache.tomcat:tomcat-tribes:8.0.42'
+    compile 'org.apache.tomcat:tomcat-catalina-ha:8.5.15'
+    compile 'org.apache.tomcat:tomcat-catalina:8.5.15'
+    compile 'org.apache.tomcat:tomcat-jasper:8.5.15'
+    compile 'org.apache.tomcat:tomcat-tribes:8.5.15'
     compile 'org.apache.xmlgraphics:fop:2.1'
     compile 'org.apache.xmlrpc:xmlrpc-client:3.1.2'
     compile 'org.apache.xmlrpc:xmlrpc-server:3.1.2'