JCLOUDS-719: Updgrade to Gson 2.3

This commit is contained in:
Jeremy Daggett 2014-09-16 15:15:19 -07:00 committed by Jeremy Daggett
parent d2f181bc55
commit 9f0b86ec1a
1 changed files with 1 additions and 1 deletions

View File

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