@@ -47,7 +47,7 @@ By default, the `RestHighLevelCLient` is configured as the means to communicate
47
47
<dependency >
48
48
<groupId >org.opensearch.client</groupId >
49
49
<artifactId >spring-data-opensearch</artifactId >
50
- <version >1.6.2 </version >
50
+ <version >1.6.3 </version >
51
51
</dependency >
52
52
```
53
53
@@ -57,7 +57,7 @@ To use Spring Boot 3.x auto configuration support:
57
57
<dependency >
58
58
<groupId >org.opensearch.client</groupId >
59
59
<artifactId >spring-data-opensearch-starter</artifactId >
60
- <version >1.6.2 </version >
60
+ <version >1.6.3 </version >
61
61
</dependency >
62
62
```
63
63
@@ -67,7 +67,7 @@ To use Spring Boot 3.x auto configuration support for testing:
67
67
<dependency >
68
68
<groupId >org.opensearch.client</groupId >
69
69
<artifactId >spring-data-opensearch-test-autoconfigure</artifactId >
70
- <version >1.6.2 </version >
70
+ <version >1.6.3 </version >
71
71
<scope >test</scope >
72
72
</dependency >
73
73
```
@@ -80,7 +80,7 @@ To switch over to `OpenSearchClient`, the `opensearch-rest-high-level-client` de
80
80
<dependency >
81
81
<groupId >org.opensearch.client</groupId >
82
82
<artifactId >spring-data-opensearch</artifactId >
83
- <version >1.6.2 </version >
83
+ <version >1.6.3 </version >
84
84
<exclusions >
85
85
<exclusion >
86
86
<groupId >org.opensearch.client</groupId >
@@ -102,7 +102,7 @@ To use Spring Boot 3.x auto configuration support:
102
102
<dependency >
103
103
<groupId >org.opensearch.client</groupId >
104
104
<artifactId >spring-data-opensearch-starter</artifactId >
105
- <version >1.6.2 </version >
105
+ <version >1.6.3 </version >
106
106
<exclusions >
107
107
<exclusion >
108
108
<groupId >org.opensearch.client</groupId >
@@ -124,7 +124,7 @@ To use Spring Boot 3.x auto configuration support for testing:
124
124
<dependency >
125
125
<groupId >org.opensearch.client</groupId >
126
126
<artifactId >spring-data-opensearch-test-autoconfigure</artifactId >
127
- <version >1.6.2 </version >
127
+ <version >1.6.3 </version >
128
128
<scope >test</scope >
129
129
<exclusions >
130
130
<exclusion >
@@ -321,7 +321,7 @@ Add the Apache Maven dependency:
321
321
<dependency >
322
322
<groupId >org.opensearch.client</groupId >
323
323
<artifactId >spring-data-opensearch</artifactId >
324
- <version >1.6.2 </version >
324
+ <version >1.6.3 </version >
325
325
</dependency >
326
326
```
327
327
@@ -348,7 +348,7 @@ Add the Gradle dependency:
348
348
``` groovy
349
349
dependencies {
350
350
...
351
- implementation "org.opensearch.client:spring-data-opensearch:1.6.2 "
351
+ implementation "org.opensearch.client:spring-data-opensearch:1.6.3 "
352
352
...
353
353
}
354
354
```
0 commit comments