diff --git a/ReactAndroid/gradle.properties b/ReactAndroid/gradle.properties index 1a0637dfe8f799..ee0a183704cd70 100644 --- a/ReactAndroid/gradle.properties +++ b/ReactAndroid/gradle.properties @@ -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.10.0 +OKHTTP_VERSION=3.11.0 BOOST_VERSION=1_63_0 DOUBLE_CONVERSION_VERSION=1.1.6 diff --git a/ReactAndroid/src/main/third-party/java/okhttp/BUCK b/ReactAndroid/src/main/third-party/java/okhttp/BUCK index 64dc55f36c99d2..db3a2a2affb310 100644 --- a/ReactAndroid/src/main/third-party/java/okhttp/BUCK +++ b/ReactAndroid/src/main/third-party/java/okhttp/BUCK @@ -6,8 +6,8 @@ prebuilt_jar( remote_file( name = "okhttp3-binary.jar", - sha1 = "7ef0f1d95bf4c0b3ba30bbae25e0e562b05cf75e", - url = "mvn:com.squareup.okhttp3:okhttp:jar:3.10.0", + sha1 = "75966e05a49046ca2ae734e5626f28837a8d1e82", + url = "mvn:com.squareup.okhttp3:okhttp:jar:3.11.0", ) prebuilt_jar( @@ -18,6 +18,6 @@ prebuilt_jar( remote_file( name = "okhttp3-urlconnection-binary.jar", - sha1 = "ec614c05825ddd2267677a99f585d3913474b125", - url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.10.0", + sha1 = "54ec442e9c0fac51265110cf0cb44dfe5ad1ea05", + url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.11.0", )