From da1632a72fbd766d75953d8720466649a7547b5e Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Mon, 7 Oct 2024 12:59:29 -0400 Subject: [PATCH] Bump next version to 1.5.4 (#356) Signed-off-by: Andriy Redko --- README.md | 16 ++++++++-------- version.properties | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3f9cb13..1043bd7 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ By default, the `RestHighLevelCLient` is configured as the means to communicate org.opensearch.client spring-data-opensearch - 1.5.2 + 1.5.3 ``` @@ -56,7 +56,7 @@ To use Spring Boot 3.x auto configuration support: org.opensearch.client spring-data-opensearch-starter - 1.5.2 + 1.5.3 ``` @@ -66,7 +66,7 @@ To use Spring Boot 3.x auto configuration support for testing: org.opensearch.client spring-data-opensearch-test-autoconfigure - 1.5.2 + 1.5.3 test ``` @@ -79,7 +79,7 @@ To switch over to `OpenSearchClient`, the `opensearch-rest-high-level-client` de org.opensearch.client spring-data-opensearch - 1.5.2 + 1.5.3 org.opensearch.client @@ -101,7 +101,7 @@ To use Spring Boot 3.x auto configuration support: org.opensearch.client spring-data-opensearch-starter - 1.5.2 + 1.5.3 org.opensearch.client @@ -123,7 +123,7 @@ To use Spring Boot 3.x auto configuration support for testing: org.opensearch.client spring-data-opensearch-test-autoconfigure - 1.5.2 + 1.5.3 test @@ -320,7 +320,7 @@ Add the Apache Maven dependency: org.opensearch.client spring-data-opensearch - 1.5.2 + 1.5.3 ``` @@ -347,7 +347,7 @@ Add the Gradle dependency: ```groovy dependencies { ... - implementation "org.opensearch.client:spring-data-opensearch:1.5.2" + implementation "org.opensearch.client:spring-data-opensearch:1.5.3" ... } ``` diff --git a/version.properties b/version.properties index 39b3f38..eaf8d2e 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -version=1.5.3 +version=1.5.4