Skip to content

Commit

Permalink
Update httpcomponents dependencies. (#554)
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
(cherry picked from commit d786611)
  • Loading branch information
Yury-Fridlyand authored and reta committed Jul 5, 2023
1 parent b540c98 commit 7052947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ OpenSearchClient client = new OpenSearchClient(transport);
The Apache HttpClient 5 based transport has dependences on Apache HttpClient 5 and Apache HttpCore 5 which has to be added to the project explicitly.

```gradle
implementation("org.apache.httpcomponents.client5", "httpclient5", "5.1.4")
implementation("org.apache.httpcomponents.core5", "httpcore5", "5.1.5")
implementation("org.apache.httpcomponents.client5", "httpclient5", "5.2.1")
implementation("org.apache.httpcomponents.core5", "httpcore5", "5.2.2")
```

## Create an index
Expand Down

0 comments on commit 7052947

Please sign in to comment.