From 7519e199d17100e18ce88331cf03fd50243d956f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 13:01:52 +0000 Subject: [PATCH] Upgrade to Elasticsearch 7.9.3 Closes gh-23891 --- 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 094bcdc191..487d40d905 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -271,7 +271,7 @@ bom { ] } } - library("Elasticsearch", "7.9.2") { + library("Elasticsearch", "7.9.3") { group("org.elasticsearch") { modules = [ "elasticsearch"