From b6c01e0444366120bf50c326050e30ca20b5a53e Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Sat, 2 Jun 2018 17:56:14 +0900 Subject: [PATCH] Upgrade gson to 2.8.5 This upgrade includes a fix [1] that is required to support the upcoming JDK version 11. [1] https://github.com/google/gson/issues/1310 Change-Id: I5f8cc466aa4c03f380c386245890c1e7eb329929 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 5c9368124182..6a3f86d18768 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -203,8 +203,8 @@ maven_jar( maven_jar( name = "gson", - artifact = "com.google.code.gson:gson:2.8.4", - sha1 = "d0de1ca9b69e69d1d497ee3c6009d015f64dad57", + artifact = "com.google.code.gson:gson:2.8.5", + sha1 = "f645ed69d595b24d4cf8b3fbb64cc505bede8829", ) maven_jar(