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

mbrohl
Author: mbrohl
Date: Thu Jun 29 15:51:18 2017
New Revision: 1800296

URL: http://svn.apache.org/viewvc?rev=1800296&view=rev
Log:
Improved: Upgrade Tomcat to 8.5.16
(OFBIZ-9437)

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=1800296&r1=1800295&r2=1800296&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Thu Jun 29 15:51:18 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.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.tomcat:tomcat-catalina-ha:8.5.16'
+    compile 'org.apache.tomcat:tomcat-catalina:8.5.16'
+    compile 'org.apache.tomcat:tomcat-jasper:8.5.16'
+    compile 'org.apache.tomcat:tomcat-tribes:8.5.16'
     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'