Update UserGuide.md

This commit is contained in:
inder123 2017-09-19 18:57:02 -07:00 committed by GitHub
parent c0b50ba3a3
commit a8f7acd618
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.8.0</version>
<version>2.8.2</version>
<scope>compile</scope>
</dependency>
</dependencies>