Updated to 2.7

This commit is contained in:
inder123 2016-06-14 17:07:51 -07:00 committed by GitHub
parent 0a29fcf859
commit 28c8e1c29b
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.2</version>
<version>2.7</version>
<scope>compile</scope>
</dependency>
</dependencies>