From b28ab73d2257155981e8baa3e10baf70bdd9c7c5 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Tue, 20 Sep 2016 22:04:48 +0000 Subject: Fix gson dependency. gson 2.3 has internal bug that it doesn't work with some versions of maven. --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WORKSPACE') 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( -- cgit v1.2.3