Fix gson dependency.

gson 2.3 has internal bug that it doesn't work with some versions of maven.
This commit is contained in:
Bo Yang 2016-09-20 22:04:48 +00:00
parent 142e2fa45e
commit b28ab73d22
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ bind(
maven_jar(
name = "gson_maven",
artifact = "com.google.code.gson:gson:2.3",
artifact = "com.google.code.gson:gson:2.7",
)
bind(

View file

@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3</version>
<version>2.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>