From 187511609044b0cf457ae23f96ab06f450be4e52 Mon Sep 17 00:00:00 2001 From: Hamid Date: Fri, 28 Aug 2020 16:55:37 -0700 Subject: [PATCH] okhttp version 3.12.12 (#29741) Summary: This updates okhttp to the newest compatible version with a couple of fixes and improvements. See https://github.com/square/okhttp/commits/okhttp_3.12.x ## Changelog [Android] [Changed] - Update Okhttp to version 3.12.12 Pull Request resolved: https://github.com/facebook/react-native/pull/29741 Test Plan: Current tests should pass. Reviewed By: shergin Differential Revision: D23406613 Pulled By: mdvacca fbshipit-source-id: b0b4ec52a6a8345f1c36e18e384761386096f1d8 --- ReactAndroid/gradle.properties | 2 +- ReactAndroid/src/main/third-party/java/okhttp/BUCK | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ReactAndroid/gradle.properties b/ReactAndroid/gradle.properties index 325f2651c9b..da1cde929a5 100644 --- a/ReactAndroid/gradle.properties +++ b/ReactAndroid/gradle.properties @@ -13,7 +13,7 @@ FEST_ASSERT_CORE_VERSION=2.0M10 ANDROIDX_TEST_VERSION=1.1.0 FRESCO_VERSION=2.0.0 -OKHTTP_VERSION=3.12.1 +OKHTTP_VERSION=3.12.12 SO_LOADER_VERSION=0.8.2 BOOST_VERSION=1_63_0 diff --git a/ReactAndroid/src/main/third-party/java/okhttp/BUCK b/ReactAndroid/src/main/third-party/java/okhttp/BUCK index 4991f95b6b4..a19336522a9 100644 --- a/ReactAndroid/src/main/third-party/java/okhttp/BUCK +++ b/ReactAndroid/src/main/third-party/java/okhttp/BUCK @@ -9,8 +9,8 @@ rn_prebuilt_jar( fb_native.remote_file( name = "okhttp3-binary.jar", - sha1 = "dc6d02e4e68514eff5631963e28ca7742ac69efe", - url = "mvn:com.squareup.okhttp3:okhttp:jar:3.12.1", + sha1 = "d3e1ce1d2b3119adf270b2d00d947beb03fe3321", + url = "mvn:com.squareup.okhttp3:okhttp:jar:3.12.12", ) rn_prebuilt_jar( @@ -21,6 +21,6 @@ rn_prebuilt_jar( fb_native.remote_file( name = "okhttp3-urlconnection-binary.jar", - sha1 = "f689d3657c3f1fdbde4877bcddc668491a4ad46f", - url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.12.1", + sha1 = "3cfbe11fb8c48d30600a70f90b3283fc858aea72", + url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.12.12", )