aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Bo Yang <teboring@google.com>2016-09-20 22:04:48 +0000
committerGravatar Bo Yang <teboring@google.com>2016-09-20 22:04:48 +0000
commit6cb6bd9f213a7610ff180dbac7226a22a9f71867 (patch)
tree6a91b16e2681ef057358125750edb5b6fe7542ab /WORKSPACE
parentebcda12102f2beaa630a81f5675854abb44746c1 (diff)
Fix gson dependency.
gson 2.3 has internal bug that it doesn't work with some versions of maven.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index df919ad1..2a49e372 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -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(