Hi.
I gonna use Search add-on (v 1.2.2) in my project
It has dependency from elasticsearch-client:7.15.2
But my elasticsearch instance is v8.1.2
So I have en error
Caused by: java.io.IOException: Unable to parse response body for Response{requestLine=POST /_bulk?timeout=1m HTTP/1.1, host=http://localhost:9200, response=HTTP/1.1 200 OK}
I think the cause is the error elasticsearch/issues/84173
Do you have any plans to upgrage elasticsearch dependency and in what terms?
Thanks