diff --git a/ReactAndroid/gradle.properties b/ReactAndroid/gradle.properties index e3e6285dcce59e..c35e7783e39570 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 4991f95b6b41d3..a19336522a9b90 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", )