aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2016-09-20 22:04:48 +0000
committerBo Yang <teboring@google.com>2016-09-21 22:51:36 +0000
commitb28ab73d2257155981e8baa3e10baf70bdd9c7c5 (patch)
treea66f22bc5eed163a18db042f87819ef67199614d /WORKSPACE
parent142e2fa45e127e0625e179a07efbae4b15365306 (diff)
downloadprotobuf-b28ab73d2257155981e8baa3e10baf70bdd9c7c5.tar.gz
protobuf-b28ab73d2257155981e8baa3e10baf70bdd9c7c5.tar.bz2
protobuf-b28ab73d2257155981e8baa3e10baf70bdd9c7c5.zip
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(