Author: jleroux Date: Fri Dec 29 17:40:32 2017 New Revision: 1819500 URL: http://svn.apache.org/viewvc?rev=1819500&view=rev Log: Completed: Update DBCP to 2.2.0 (OFBIZ-9917)
Tests and few UI interactions 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=1819500&r1=1819499&r2=1819500&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/build.gradle (original) +++ ofbiz/ofbiz-framework/trunk/build.gradle Fri Dec 29 17:40:32 2017 @@ -117,7 +117,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.1.1' + compile 'org.apache.commons:commons-dbcp2:2.2.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'