Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 0cac373

Browse files
committed
chore(Powermock): Update to 1.6.4
1 parent f65e459 commit 0cac373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

algoliasearch/common.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ dependencies {
8484
testCompile "org.robolectric:robolectric:3.1.2"
8585

8686
// PowerMock brings in the mockito dependency
87-
testCompile "org.powermock:powermock-module-junit4:1.6.1"
87+
testCompile "org.powermock:powermock-module-junit4:1.6.4"
8888
testCompile "org.powermock:powermock-module-junit4-rule:1.6.1"
89-
testCompile "org.powermock:powermock-classloading-xstream:1.6.1"
90-
testCompile "org.powermock:powermock-api-mockito:1.6.1"
89+
testCompile "org.powermock:powermock-classloading-xstream:1.6.4"
90+
testCompile "org.powermock:powermock-api-mockito:1.6.4"
9191

9292
javadoc "com.android.support:support-annotations:$APPCOMPAT_VERSION"
9393
}

0 commit comments

Comments
 (0)