aboutsummaryrefslogtreecommitdiff
path: root/dexmaker-mockito-inline-extended-tests
diff options
context:
space:
mode:
authorGarfield Tan <xutan@google.com>2019-09-10 15:29:53 -0700
committerGarfield Tan <xutan@google.com>2019-09-10 15:37:01 -0700
commit40a3dd85ebd10b1adb4e52338f6bce1f119e3235 (patch)
treee421f47e90eaf63d948164fe0ab52e22635897e1 /dexmaker-mockito-inline-extended-tests
parentf3427490718493b3887e1ce8449e3f39421bf964 (diff)
downloaddexmaker-40a3dd85ebd10b1adb4e52338f6bce1f119e3235.tar.gz
Reland "Update to Mockito 2.25.0 and impl InlineMockMaker."
This reverts commit af29ec14cc2419ba013ffd2f66ee26b5541d098d. Bug: 140773999 Test: Builds. Change-Id: I76ce490869000e95f62f7dc9ff0c8fa013dabc71
Diffstat (limited to 'dexmaker-mockito-inline-extended-tests')
-rw-r--r--dexmaker-mockito-inline-extended-tests/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/dexmaker-mockito-inline-extended-tests/build.gradle b/dexmaker-mockito-inline-extended-tests/build.gradle
index fcff13c..b5664f2 100644
--- a/dexmaker-mockito-inline-extended-tests/build.gradle
+++ b/dexmaker-mockito-inline-extended-tests/build.gradle
@@ -50,5 +50,5 @@ dependencies {
implementation 'com.android.support.test:runner:1.0.2'
implementation 'com.android.support.test:rules:1.0.2'
- api 'org.mockito:mockito-core:2.21.0', { exclude group: 'net.bytebuddy' }
+ api 'org.mockito:mockito-core:2.25.0', { exclude group: 'net.bytebuddy' }
}