aboutsummaryrefslogtreecommitdiff
path: root/dexmaker-mockito-tests
diff options
context:
space:
mode:
authorGarfield Tan <xutan@google.com>2019-07-31 13:38:15 -0700
committerGarfield Tan <xutan@google.com>2019-08-16 11:02:18 -0700
commit239c31c6027c14879646948d62c6bbc6a886361d (patch)
treef2ee94e68310ffee2f6d9e2a07472a58d4222547 /dexmaker-mockito-tests
parent4d7ae990719d81b616a08de466f9fcc043ec4d4a (diff)
downloaddexmaker-239c31c6027c14879646948d62c6bbc6a886361d.tar.gz
Update dexmaker to latest master.
The new commit hash in upstream is c58ffebcbb2564c7d1fa6fb58b48f351c330296d. Bug: 138669713 Test: CtsMockingTestCases CtsInlineMockingTestCases CtsMockingDebuggableTestCases CtsExtendedMockingTestCases Change-Id: I2903728d7f4e13290e6e7cc9382b98e4b589cb8f
Diffstat (limited to 'dexmaker-mockito-tests')
-rw-r--r--dexmaker-mockito-tests/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/dexmaker-mockito-tests/build.gradle b/dexmaker-mockito-tests/build.gradle
index f051535..fece14e 100644
--- a/dexmaker-mockito-tests/build.gradle
+++ b/dexmaker-mockito-tests/build.gradle
@@ -40,7 +40,7 @@ dependencies {
compileOnly project(':dexmaker-mockito')
androidTestImplementation project(':dexmaker-mockito')
- implementation 'com.android.support.test:runner:0.5'
+ implementation 'androidx.test:runner:1.1.1'
implementation 'junit:junit:4.12'
- api 'org.mockito:mockito-core:2.21.0', { exclude group: 'net.bytebuddy' }
+ api 'org.mockito:mockito-core:2.25.0', { exclude group: 'net.bytebuddy' }
}