Author: taher
Date: Fri Jan 12 14:12:30 2018
New Revision: 1820992
URL:
http://svn.apache.org/viewvc?rev=1820992&view=revLog:
Implemented: fixed the mockito library version to stay consistent in versioning
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=1820992&r1=1820991&r2=1820992&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Fri Jan 12 14:12:30 2018
@@ -145,7 +145,7 @@ dependencies {
compile 'org.jsoup:jsoup:1.11.2'
// ofbiz unit-test compile libs
- testCompile 'org.mockito:mockito-core:2.+'
+ testCompile 'org.mockito:mockito-core:2.13.0'
// ofbiz runtime libs
runtime 'de.odysseus.juel:juel-spi:2.2.7'