[DOC] Dump up java client version (2.6.0 -> 2.8.1) (#5644)

Signed-off-by: Taeik Lim <sibera21@gmail.com>
This commit is contained in:
Taeik Lim 2023-11-22 03:58:38 +09:00 committed by GitHub
parent 4af8a0dda5
commit 0ab38b0dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@ To start using the OpenSearch Java client, you need to provide a transport. The
<dependency>
<groupId>org.opensearch.client</groupId>
<artifactId>opensearch-java</artifactId>
<version>2.6.0</version>
<version>2.8.1</version>
</dependency>
<dependency>
@ -33,7 +33,8 @@ If you're using Gradle, add the following dependencies to your project:
```
dependencies {
implementation 'org.opensearch.client:opensearch-java:2.6.0'
implementation 'org.opensearch.client:opensearch-java:2.8.1'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
}
```
{% include copy.html %}