JCLOUDS-974: Upgrade to GSON 2.3.1

This may resolve issues with older versions of Maven.  Release notes:

https://sites.google.com/site/gson/gson-roadmap
This commit is contained in:
Andrew Gaul 2015-07-31 16:23:28 -07:00
parent 79fe91bd03
commit 62f088cf14
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>