binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
831 stars 628 forks source link

com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "updateTime" #358

Closed aopss closed 3 years ago

aopss commented 3 years ago

The problem persisted even after I updated the repository manually today. Any solutions?

Screen Shot 2021-04-27 at 10 58 18
aopss commented 3 years ago

Had to update my pom.xml to the following:

<groupId>com.binance.api</groupId>
<artifactId>binance-api-client</artifactId>
<version>1.0.1</version>