Skip to content

Commit 0f6fcb2

Browse files
halaeifacebook-github-bot
authored andcommitted
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: #29741 Test Plan: Current tests should pass. Reviewed By: shergin Differential Revision: D23406613 Pulled By: mdvacca fbshipit-source-id: b0b4ec52a6a8345f1c36e18e384761386096f1d8
1 parent f193723 commit 0f6fcb2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ReactAndroid/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FEST_ASSERT_CORE_VERSION=2.0M10
1313

1414
ANDROIDX_TEST_VERSION=1.1.0
1515
FRESCO_VERSION=2.0.0
16-
OKHTTP_VERSION=3.12.1
16+
OKHTTP_VERSION=3.12.12
1717
SO_LOADER_VERSION=0.8.2
1818

1919
BOOST_VERSION=1_63_0

ReactAndroid/src/main/third-party/java/okhttp/BUCK

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ rn_prebuilt_jar(
99

1010
fb_native.remote_file(
1111
name = "okhttp3-binary.jar",
12-
sha1 = "dc6d02e4e68514eff5631963e28ca7742ac69efe",
13-
url = "mvn:com.squareup.okhttp3:okhttp:jar:3.12.1",
12+
sha1 = "d3e1ce1d2b3119adf270b2d00d947beb03fe3321",
13+
url = "mvn:com.squareup.okhttp3:okhttp:jar:3.12.12",
1414
)
1515

1616
rn_prebuilt_jar(
@@ -21,6 +21,6 @@ rn_prebuilt_jar(
2121

2222
fb_native.remote_file(
2323
name = "okhttp3-urlconnection-binary.jar",
24-
sha1 = "f689d3657c3f1fdbde4877bcddc668491a4ad46f",
25-
url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.12.1",
24+
sha1 = "3cfbe11fb8c48d30600a70f90b3283fc858aea72",
25+
url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.12.12",
2626
)

0 commit comments

Comments
 (0)