From 40d0bc0551f79406612a6aa10a941d1bba4b23fc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Aug 2023 14:00:08 +0100 Subject: [PATCH] Upgrade to Elasticsearch 7.17.12 Closes gh-36870 --- 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 8ea5d98bee..1614c9addb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -306,7 +306,7 @@ bom { ] } } - library("Elasticsearch", "7.17.11") { + library("Elasticsearch", "7.17.12") { group("org.elasticsearch") { modules = [ "elasticsearch"