Hi,
I am using a 7.3.1 cluster. Using Spring Data Elastic in Spring Boot 2.3 brings a client in version 7.6.2. As seen on this forum I add the version to match my cluster in my pom.xml
:
<properties>
<elasticsearch.version>7.6.2<elasticsearch.version>
</properties>
But now i got this warning on startup :
Version mismatch in between Elasticsearch Clients build/use: 7.6.2 - 7.3.1
I don't know how to deal with it, mvn dependency tree does not show any kind of 7.6.1 version...
Thank you for your help !