Update Google gson library to 2.3.1

In last 4 years since last update some minor bugs were fixed: [1].

[1] https://sites.google.com/site/gson/gson-roadmap

Change-Id: I9c396c1aaedfdb447f0e56ede8f3d263d00f617b
This commit is contained in:
David Ostrovsky 2015-03-03 21:45:23 +01:00
parent c9cc436cd6
commit 8eadbf6958

View File

@ -45,8 +45,8 @@ maven_jar(
maven_jar(
name = 'gson',
id = 'com.google.code.gson:gson:2.1',
sha1 = '2e66da15851f9f5b5079228f856c2f090ba98c38',
id = 'com.google.code.gson:gson:2.3.1',
sha1 = 'ecb6e1f8e4b0e84c4b886c2f14a1500caf309757',
license = 'Apache2.0',
)