Skip to content

Commit

Permalink
Update httpcomponents dependencies. (#554) (#560)
Browse files Browse the repository at this point in the history
(cherry picked from commit d786611)

Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
reta and Yury-Fridlyand authored Jul 5, 2023
1 parent b540c98 commit b9f70b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `com.github.jk1.dependency-license-report` from 2.2 to 2.4
- Bumps `io.github.classgraph:classgraph` from 4.8.157 to 4.8.160
- Bumps `jackson` from 2.14.2 to 2.15.2 ((#537)[https://github.com/opensearch-project/opensearch-java/pull/537])
- Update `org.apache.httpcomponents.client5:httpclient5` from `5.1.4` to `5.2.1` and `org.apache.httpcomponents.core5:httpcore5` from `5.1.5` to `5.2.2`

### Changed

Expand Down
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 b9f70b3

Please sign in to comment.