From 296af5f461de6b816bfcd9f9890c285790e277dd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:20 +0000 Subject: [PATCH] Upgrade to Elasticsearch 7.17.15 Closes gh-38430 --- 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 de685cf173..ddd7b7ed7e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -295,7 +295,7 @@ bom { ] } } - library("Elasticsearch", "7.17.14") { + library("Elasticsearch", "7.17.15") { group("org.elasticsearch") { modules = [ "elasticsearch"