Skip to content

Commit 2850ba3

Browse files
committed
Update for OkHttp3
1 parent 7725a96 commit 2850ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Parse/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ android {
4242
dependencies {
4343
compile 'com.parse.bolts:bolts-tasks:1.4.0'
4444

45-
provided 'com.squareup.okhttp3:okhttp:3.2.0'
45+
provided 'com.squareup.okhttp3:okhttp:3.3.0'
4646
provided 'com.facebook.stetho:stetho:1.3.0'
4747

4848
testCompile 'org.robolectric:robolectric:3.0'
4949
testCompile 'org.skyscreamer:jsonassert:1.2.3'
5050
testCompile 'org.mockito:mockito-core:1.10.19'
51-
testCompile 'com.squareup.okhttp3:mockwebserver:3.2.0'
51+
testCompile 'com.squareup.okhttp3:mockwebserver:3.3.0'
5252
}
5353

5454
android.libraryVariants.all { variant ->

0 commit comments

Comments
 (0)