mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d6db5c5464
Summary: Security vulnerability CVE-2021-0341 is present in okhttp 4.9.1. Upgrading to 4.9.2 will resolve the issue. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-0341 ## Changelog [Android] [Security] - Upgraded okhttp to 4.9.2 to fix CVE-2021-0341 Pull Request resolved: https://github.com/facebook/react-native/pull/32968 Test Plan: Upgrading okhttp 4.9.1 to 4.9.2 should be backwards compatible per https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-492. Should be safe to merge if CircleCI tests pass. Reviewed By: ShikaSD Differential Revision: D33788131 Pulled By: cortinico fbshipit-source-id: e9593a42a8e40a903ee6f529d94c82adcf5d0977
27 lines
510 B
Properties
27 lines
510 B
Properties
VERSION_NAME=1000.0.0-main
|
|
GROUP=com.facebook.react
|
|
|
|
POM_NAME=ReactNative
|
|
POM_ARTIFACT_ID=react-native
|
|
POM_PACKAGING=aar
|
|
|
|
MOCKITO_CORE_VERSION=2.26.0
|
|
POWERMOCK_VERSION=2.0.2
|
|
ROBOLECTRIC_VERSION=4.4
|
|
JUNIT_VERSION=4.12
|
|
|
|
ANDROIDX_TEST_VERSION=1.1.0
|
|
FRESCO_VERSION=2.5.0
|
|
OKHTTP_VERSION=4.9.2
|
|
SO_LOADER_VERSION=0.10.3
|
|
|
|
BOOST_VERSION=1_63_0
|
|
DOUBLE_CONVERSION_VERSION=1.1.6
|
|
FOLLY_VERSION=2021.06.28.00
|
|
FMT_VERSION=6.2.1
|
|
LIBEVENT_VERSION=2.1.12
|
|
GLOG_VERSION=0.3.5
|
|
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|