Update gson version used in the Maven example

This commit is contained in:
Greg Koblanski (melquiades) 2016-11-08 16:13:31 +00:00
parent fca867d356
commit 9a2d8a20a4
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ To use Gson with Maven2/3, you can use the Gson version available in Maven Centr
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.7</version>
<version>2.8</version>
<scope>compile</scope>
</dependency>
</dependencies>