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