File tree 2 files changed +5
-5
lines changed
src/main/third-party/java/okhttp
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ JUNIT_VERSION=4.12
12
12
13
13
ANDROIDX_TEST_VERSION =1.1.0
14
14
FRESCO_VERSION =2.5.0
15
- OKHTTP_VERSION =4.9.1
15
+ OKHTTP_VERSION =4.9.2
16
16
SO_LOADER_VERSION =0.10.1
17
17
18
18
BOOST_VERSION =1_63_0
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ rn_prebuilt_jar(
30
30
31
31
fb_native .remote_file (
32
32
name = "okhttp3-binary.jar" ,
33
- sha1 = "51215279c3fe472c59b6b7dd7491e6ac2e28a81b " ,
34
- url = "mvn:com.squareup.okhttp3:okhttp:jar:4.9.1 " ,
33
+ sha1 = "5302714ee9320b64cf65ed865e5f65981ef9ba46 " ,
34
+ url = "mvn:com.squareup.okhttp3:okhttp:jar:4.9.2 " ,
35
35
)
36
36
37
37
rn_prebuilt_jar (
@@ -41,6 +41,6 @@ rn_prebuilt_jar(
41
41
42
42
fb_native .remote_file (
43
43
name = "okhttp3-urlconnection-binary.jar" ,
44
- sha1 = "f45e809215bd0961350148cf5b78707865084e6f " ,
45
- url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:4.9.1 " ,
44
+ sha1 = "3b9e64d3d56370bc7488ed8b336d17a8013cb336 " ,
45
+ url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:4.9.2 " ,
46
46
)
You can’t perform that action at this time.
0 commit comments