Closed FelixGail closed 6 years ago
If the project or another dependency uses a newer version of Gson, this api will crash.
Temporary workaround: Adding the currently used version to your pom.xml, forcing all dependencies to use this version
<dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.7</version> </dependency>
(#40, #44)
Closed in 0.3.6
If the project or another dependency uses a newer version of Gson, this api will crash.
Temporary workaround: Adding the currently used version to your pom.xml, forcing all dependencies to use this version
(#40, #44)