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/14 10:27:21 UTC

svn commit: r1868437 - /ofbiz/ofbiz-framework/trunk/build.gradle

Author: jleroux
Date: Mon Oct 14 10:27:21 2019
New Revision: 1868437

URL: http://svn.apache.org/viewvc?rev=1868437&view=rev
Log:
Improved:  Upgrade Tomcat from 9.0.26 to 9.0.27
(OFBIZ-11249)

Update to Commons Daemon 1.2.2 to pick up the fix for a regression in Commons 
Daemon 1.2.0 and 1.2.1 that triggered a crash on startup when running on a 
Windows OS that had not been fully updated.

That's where you see how the Tomcat team takes care of their users :)

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=1868437&r1=1868436&r2=1868437&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Mon Oct 14 10:27:21 2019
@@ -186,10 +186,10 @@ dependencies {
     implementation 'org.apache.sshd:sshd-core:1.7.0'
     implementation 'org.apache.tika:tika-core:1.22'
     implementation 'org.apache.tika:tika-parsers:1.22'
-    implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.26'
-    implementation 'org.apache.tomcat:tomcat-catalina:9.0.26'
-    implementation 'org.apache.tomcat:tomcat-jasper:9.0.26'
-    implementation 'org.apache.tomcat:tomcat-tribes:9.0.26'
+    implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.27'
+    implementation 'org.apache.tomcat:tomcat-catalina:9.0.27'
+    implementation 'org.apache.tomcat:tomcat-jasper:9.0.27'
+    implementation 'org.apache.tomcat:tomcat-tribes:9.0.27'
     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'