Skip to content

Commit

Permalink
Fix gson dependency.
Browse files Browse the repository at this point in the history
gson 2.3 has internal bug that it doesn't work with some versions of maven.
  • Loading branch information
TeBoring committed Sep 21, 2016
1 parent 142e2fa commit b28ab73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion java/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b28ab73

Please sign in to comment.