From 2c04e9731ae0236002765933500f86bcfb0f6dc8 Mon Sep 17 00:00:00 2001 From: nplakhtii <100284681+nplakhtii@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:40:37 +0200 Subject: [PATCH] Update Dependencies section (#1384) * Update Dependencies section Update Dependencies table Change Minimal version to Recommended version Relates-To: OLPEDGE-2794 Signed-off-by: Nataliia Plakhtii * Fix table Align table borders Improve version number to 1.1.1g Relates-To: OLPEDGE-2794 Signed-off-by: Nataliia Plakhtii --------- Signed-off-by: Nataliia Plakhtii --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 358ea402b..837b370f1 100644 --- a/README.md +++ b/README.md @@ -64,14 +64,14 @@ The table below lists the platforms on which the Data SDK has been tested. The table below lists the dependencies of the Data SDK. -| Library | Minimum version | -| :------------------- | :-------------- | -| libcurl | 7.52.0 | -| OpenSSL | 1.1.1 | -| Boost (headers only) | 1.69.0 | -| LevelDB | 1.21 | -| Snappy | 1.1.7 | -| RapidJSON | latest | +| Library | Recommended version | +| :------------------- | :------------------ | +| libcurl | 7.52.0 | +| OpenSSL | 1.1.1g | +| Boost (headers only) | 1.69.0 | +| LevelDB | 1.21 | +| Snappy | 1.1.7 | +| RapidJSON | latest | ### Linux dependencies