From 6625f6519d41304217ba8755e855654c97f03608 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:13:21 +0100 Subject: [PATCH] Upgrade to Elasticsearch Client 8.10.2 Closes gh-37773 --- 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 d28227d3ae..fa754d7499 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -268,7 +268,7 @@ bom { ] } } - library("Elasticsearch Client", "8.10.1") { + library("Elasticsearch Client", "8.10.2") { group("org.elasticsearch.client") { modules = [ "elasticsearch-rest-client" {