svn commit: r1771449 - in /ofbiz/branches/release16.11: ./ 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: r1771449 - in /ofbiz/branches/release16.11: ./ build.gradle

jleroux@apache.org
Author: jleroux
Date: Sat Nov 26 09:35:48 2016
New Revision: 1771449

URL: http://svn.apache.org/viewvc?rev=1771449&view=rev
Log:
"Applied fix from trunk for revision: 1771448  "
------------------------------------------------------------------------
r1771448 | jleroux | 2016-11-26 10:35:19 +0100 (sam. 26 nov. 2016) | 5 lignes

Completed: Upgrade Tomcat to 8.0.39
(OFBIZ-9124)

Because of security reports CVE-2016-6816 and CVE-2016-8735 (both are important)
 this updates Tomcat to 8.0.39
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release16.11/   (props changed)
    ofbiz/branches/release16.11/build.gradle

Propchange: ofbiz/branches/release16.11/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Nov 26 09:35:48 2016
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1770481,1770490,1770540,1771440
+/ofbiz/trunk:1770481,1770490,1770540,1771440,1771448

Modified: ofbiz/branches/release16.11/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/build.gradle?rev=1771449&r1=1771448&r2=1771449&view=diff
==============================================================================
--- ofbiz/branches/release16.11/build.gradle (original)
+++ ofbiz/branches/release16.11/build.gradle Sat Nov 26 09:35:48 2016
@@ -114,10 +114,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.37'
-    compile 'org.apache.tomcat:tomcat-catalina:8.0.37'
-    compile 'org.apache.tomcat:tomcat-jasper:8.0.37'
-    compile 'org.apache.tomcat:tomcat-tribes:8.0.37'
+    compile 'org.apache.tomcat:tomcat-catalina-ha:8.0.39'
+    compile 'org.apache.tomcat:tomcat-catalina:8.0.39'
+    compile 'org.apache.tomcat:tomcat-jasper:8.0.39'
+    compile 'org.apache.tomcat:tomcat-tribes:8.0.39'
     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'
@@ -159,7 +159,7 @@ dependencies {
     runtime 'org.apache.axis2:axis2-adb:1.7.1'
     runtime 'org.apache.httpcomponents:httpcore:4.4.1'
     runtime 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.xpp3:1.1.4c_7'
-    runtime 'org.apache.tomcat.extras:tomcat-extras-juli-adapters:8.0.37'
+    runtime 'org.apache.tomcat.extras:tomcat-extras-juli-adapters:8.0.39'
     runtime 'org.apache.xalan:com.springsource.org.apache.xml.serializer:2.7.1'
     runtime 'ws-commons-java5:ws-commons-java5:1.0.1'