From b3221f4fc5582283523efd42d085e466ec071880 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 09:14:42 +0100 Subject: [PATCH] Upgrade to Elasticsearch 7.10.2 Closes gh-24901 --- 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 842a5eb4130..24db9fa0372 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -264,7 +264,7 @@ bom { ] } } - library("Elasticsearch", "7.9.3") { + library("Elasticsearch", "7.10.2") { group("org.elasticsearch") { modules = [ "elasticsearch"