diff --git a/Spring-Boot-and-Spring-Data-Elasticsearch.asciidoc b/Spring-Boot-and-Spring-Data-Elasticsearch.asciidoc new file mode 100644 index 0000000..ec3a8b2 --- /dev/null +++ b/Spring-Boot-and-Spring-Data-Elasticsearch.asciidoc @@ -0,0 +1,10 @@ + +Spring Boot defines in it's dependency bom the versions of the different libraries that are supported in the respective Spring Boot version. It specifies a version for Spring Data Elasticsearch and one for Elasticsearch as well. + +== Versions +The following table lists the versions of Spring Data Elasticsearch and Elasticsearch that are specified in the dependency bom + +|=== +| Spring Boot | Spring Data Elasticsearch | Elasticsearch | +| 2.1.4.RELEASE | Lovelace-SR6 | 6.4.3 | +|=== \ No newline at end of file