Skip to content

Commit

Permalink
bump okhttp to 3.12.1 (#22877)
Browse files Browse the repository at this point in the history
Summary:
Bump OkHTTP to 3.12.1.

Changelog:
----------
[Android] [Changed] - bump OkHTTP 3.12.1
Pull Request resolved: #22877

Differential Revision: D13639172

Pulled By: hramos

fbshipit-source-id: 780d10207877637592ea3eb25eff445bc2986f91
  • Loading branch information
dulmandakh authored and facebook-github-bot committed Jan 14, 2019
1 parent ca70e8e commit 64de0c0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ dependencies {
api 'com.google.code.findbugs:jsr305:3.0.2'
api "com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}"
api "com.squareup.okhttp3:okhttp-urlconnection:${OKHTTP_VERSION}"
api 'com.squareup.okio:okio:1.14.0'
api 'com.squareup.okio:okio:1.15.0'

testImplementation "junit:junit:${JUNIT_VERSION}"
testImplementation "org.powermock:powermock-api-mockito:${POWERMOCK_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion ReactAndroid/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FEST_ASSERT_CORE_VERSION=2.0M10

ANDROID_SUPPORT_TEST_VERSION=1.0.2
FRESCO_VERSION=1.10.0
OKHTTP_VERSION=3.11.0
OKHTTP_VERSION=3.12.1

BOOST_VERSION=1_63_0
DOUBLE_CONVERSION_VERSION=1.1.6
Expand Down
8 changes: 4 additions & 4 deletions ReactAndroid/src/main/third-party/java/okhttp/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ rn_prebuilt_jar(

fb_native.remote_file(
name = "okhttp3-binary.jar",
sha1 = "75966e05a49046ca2ae734e5626f28837a8d1e82",
url = "mvn:com.squareup.okhttp3:okhttp:jar:3.11.0",
sha1 = "dc6d02e4e68514eff5631963e28ca7742ac69efe",
url = "mvn:com.squareup.okhttp3:okhttp:jar:3.12.1",
)

rn_prebuilt_jar(
Expand All @@ -21,6 +21,6 @@ rn_prebuilt_jar(

fb_native.remote_file(
name = "okhttp3-urlconnection-binary.jar",
sha1 = "54ec442e9c0fac51265110cf0cb44dfe5ad1ea05",
url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.11.0",
sha1 = "f689d3657c3f1fdbde4877bcddc668491a4ad46f",
url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.12.1",
)
4 changes: 2 additions & 2 deletions ReactAndroid/src/main/third-party/java/okio/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ rn_prebuilt_jar(

fb_native.remote_file(
name = "okio-binary.jar",
sha1 = "102d7be47241d781ef95f1581d414b0943053130",
url = "mvn:com.squareup.okio:okio:jar:1.14.0",
sha1 = "bc28b5a964c8f5721eb58ee3f3c47a9bcbf4f4d8",
url = "mvn:com.squareup.okio:okio:jar:1.15.0",
)

0 comments on commit 64de0c0

Please sign in to comment.