From dccdddb86bfc337dc0c20f1ec91980fb7c1f8838 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 11 Feb 2019 11:45:17 +0100 Subject: [PATCH] #444 - Pin Elasticsearch version to to 6.5.0 for Spring Data Moore. Add version override to restore compatibility with Spring Boot 2.1.x and Spring Data Elasticsearch. ES 6.5 changed internal API that is used by Spring Data Elasticsearch. --- elasticsearch/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml index f14837fa..a452079a 100644 --- a/elasticsearch/pom.xml +++ b/elasticsearch/pom.xml @@ -26,4 +26,13 @@ + + + spring-data-next-releasetrain + + 6.5.0 + + + +