From 07985e34fbb511dd6ee41910a75445979be27364 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 10:32:25 +0200 Subject: [PATCH] Upgrade to Elasticsearch 7.17.6 Closes gh-32318 --- 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 15c31c2b15e..8f08d27624a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -299,7 +299,7 @@ bom { ] } } - library("Elasticsearch", "7.17.4") { + library("Elasticsearch", "7.17.6") { group("org.elasticsearch") { modules = [ "elasticsearch"