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

jleroux@apache.org
Author: jleroux
Date: Mon Apr 15 17:15:07 2019
New Revision: 1857600

URL: http://svn.apache.org/viewvc?rev=1857600&view=rev
Log:
Improved: Update build.gradle to the latest dependencies
(OFBIZ-10213)

Something went wrong with r1857590 and reverted Tomcat to 9.0.17
Back to 9.0.19 with this commit

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=1857600&r1=1857599&r2=1857600&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Mon Apr 15 17:15:07 2019
@@ -191,10 +191,10 @@ dependencies {
     implementation 'org.apache.sshd:sshd-core:1.7.0'
     implementation 'org.apache.tika:tika-core:1.20'
     implementation 'org.apache.tika:tika-parsers:1.20'
-    implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.17'
-    implementation 'org.apache.tomcat:tomcat-catalina:9.0.17'
-    implementation 'org.apache.tomcat:tomcat-jasper:9.0.17'
-    implementation 'org.apache.tomcat:tomcat-tribes:9.0.17'
+    implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.19'
+    implementation 'org.apache.tomcat:tomcat-catalina:9.0.19'
+    implementation 'org.apache.tomcat:tomcat-jasper:9.0.19'
+    implementation 'org.apache.tomcat:tomcat-tribes:9.0.19'
     implementation 'org.apache.xmlgraphics:fop:2.3'
     implementation 'org.apache.xmlrpc:xmlrpc-client:3.1.3'
     implementation 'org.apache.xmlrpc:xmlrpc-server:3.1.3'