@@ -49,7 +49,7 @@ By default, the `RestHighLevelCLient` is configured as the means to communicate
49
49
<dependency >
50
50
<groupId >org.opensearch.client</groupId >
51
51
<artifactId >spring-data-opensearch</artifactId >
52
- <version >2.0.0 </version >
52
+ <version >2.0.1 </version >
53
53
</dependency >
54
54
```
55
55
@@ -59,7 +59,7 @@ To use Spring Boot 3.x auto configuration support:
59
59
<dependency >
60
60
<groupId >org.opensearch.client</groupId >
61
61
<artifactId >spring-data-opensearch-starter</artifactId >
62
- <version >2.0.0 </version >
62
+ <version >2.0.1 </version >
63
63
</dependency >
64
64
```
65
65
@@ -69,7 +69,7 @@ To use Spring Boot 3.x auto configuration support for testing:
69
69
<dependency >
70
70
<groupId >org.opensearch.client</groupId >
71
71
<artifactId >spring-data-opensearch-test-autoconfigure</artifactId >
72
- <version >2.0.0 </version >
72
+ <version >2.0.1 </version >
73
73
<scope >test</scope >
74
74
</dependency >
75
75
```
@@ -82,7 +82,7 @@ To switch over to `OpenSearchClient`, the `opensearch-rest-high-level-client` de
82
82
<dependency >
83
83
<groupId >org.opensearch.client</groupId >
84
84
<artifactId >spring-data-opensearch</artifactId >
85
- <version >2.0.0 </version >
85
+ <version >2.0.1 </version >
86
86
<exclusions >
87
87
<exclusion >
88
88
<groupId >org.opensearch.client</groupId >
@@ -104,7 +104,7 @@ To use Spring Boot 3.x auto configuration support:
104
104
<dependency >
105
105
<groupId >org.opensearch.client</groupId >
106
106
<artifactId >spring-data-opensearch-starter</artifactId >
107
- <version >2.0.0 </version >
107
+ <version >2.0.1 </version >
108
108
<exclusions >
109
109
<exclusion >
110
110
<groupId >org.opensearch.client</groupId >
@@ -126,7 +126,7 @@ To use Spring Boot 3.x auto configuration support for testing:
126
126
<dependency >
127
127
<groupId >org.opensearch.client</groupId >
128
128
<artifactId >spring-data-opensearch-test-autoconfigure</artifactId >
129
- <version >2.0.0 </version >
129
+ <version >2.0.1 </version >
130
130
<scope >test</scope >
131
131
<exclusions >
132
132
<exclusion >
@@ -344,7 +344,7 @@ Add the Apache Maven dependency:
344
344
<dependency >
345
345
<groupId >org.opensearch.client</groupId >
346
346
<artifactId >spring-data-opensearch</artifactId >
347
- <version >2.0.0 </version >
347
+ <version >2.0.1 </version >
348
348
</dependency >
349
349
```
350
350
@@ -371,7 +371,7 @@ Add the Gradle dependency:
371
371
``` groovy
372
372
dependencies {
373
373
...
374
- implementation "org.opensearch.client:spring-data-opensearch:2.0.0 "
374
+ implementation "org.opensearch.client:spring-data-opensearch:2.0.1 "
375
375
...
376
376
}
377
377
```
0 commit comments