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

Taher Alkhateeb
Author: taher
Date: Fri Jan 12 14:12:30 2018
New Revision: 1820992

URL: http://svn.apache.org/viewvc?rev=1820992&view=rev
Log:
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'