This commit is contained in:
inder123 2016-02-26 19:03:37 -08:00
parent acc61867aa
commit 956f59fd59
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.6.1</version>
<version>2.6.2</version>
<scope>compile</scope>
</dependency>
</dependencies>