[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:
parent
4af8a0dda5
commit
0ab38b0dda
|
@ -18,7 +18,7 @@ To start using the OpenSearch Java client, you need to provide a transport. The
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.opensearch.client</groupId>
|
<groupId>org.opensearch.client</groupId>
|
||||||
<artifactId>opensearch-java</artifactId>
|
<artifactId>opensearch-java</artifactId>
|
||||||
<version>2.6.0</version>
|
<version>2.8.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -33,7 +33,8 @@ If you're using Gradle, add the following dependencies to your project:
|
||||||
|
|
||||||
```
|
```
|
||||||
dependencies {
|
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 %}
|
{% include copy.html %}
|
||||||
|
|
Loading…
Reference in New Issue