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

jleroux@apache.org
Author: jleroux
Date: Tue May 29 06:32:57 2018
New Revision: 1832426

URL: http://svn.apache.org/viewvc?rev=1832426&view=rev
Log:
Improved: Update DBCP to 2.3.0
(OFBIZ-10404)

This is a minor release, including bug fixes and enhancements.
See http://commons.apache.org/proper/commons-dbcp/changes-report.html#a2.3.0
I'm running with it locally for 2 weeks, all seems OK

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=1832426&r1=1832425&r2=1832426&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Tue May 29 06:32:57 2018
@@ -124,7 +124,7 @@ dependencies {
     compile 'org.apache.axis2:axis2-kernel:1.7.7'
     compile 'org.apache.commons:commons-collections4:4.1'
     compile 'org.apache.commons:commons-csv:1.5'
-    compile 'org.apache.commons:commons-dbcp2:2.2.0'
+    compile 'org.apache.commons:commons-dbcp2:2.3.0'
     compile 'org.apache.geronimo.components:geronimo-transaction:3.1.4'
     compile 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'
     compile 'org.apache.httpcomponents:httpclient-cache:4.5.4'