From c52c48e444f8a3f7aab5c5f2c3e41a19b5e4453a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 May 2023 15:46:18 +0100 Subject: [PATCH] Upgrade to Elasticsearch Client 8.7.1 Closes gh-35274 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ce8994b459..045b62007a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -262,7 +262,7 @@ bom { ] } } - library("Elasticsearch Client", "8.7.0") { + library("Elasticsearch Client", "8.7.1") { group("org.elasticsearch.client") { modules = [ "elasticsearch-rest-client" {