Message not fully read (request) ES 2.2.0 and spring-boot-starter-data-elasticsearch

How about ES 2.2.0 with spring-boot-starter-data-elasticsearch? Is there any
version that works with ES 2.2.0 ?
The current version of spring boot elasticsearch (1.3.3) gives the below exception. Do I need to downgrade my ES version?

This is how my pom looks

org.springframework.boot spring-boot-starter-data-elasticsearch 1.3.3.RELEASE

[2016-03-08 02:15:36,438][WARN ][transport.netty ]
[sushain-dev01] exception caught on transport layer [[id: 0x1cadc7af,
/127.0.0.1:60054 => /127.0.0.1:9300]], closing connection
java.lang.IllegalStateException:
Message not fully read (request) for requestId [1], action
[cluster/nodes/info], readerIndex [39] vs expected [57]; resetting

I'm afraid you have to until Spring team upgrades the project...

OK thanks.