Updating Gson version to 2.4

This commit is contained in:
Emmanuel Cron 2015-10-06 22:52:01 -07:00
parent 1ffa2fb92a
commit 503a9e536a

View File

@ -55,7 +55,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3.1</version>
<version>2.4</version>
<scope>compile</scope>
</dependency>