Skip to content

Commit

Permalink
Upgrade gson to 2.8.5
Browse files Browse the repository at this point in the history
This upgrade includes a fix [1] that is required to support the
upcoming JDK version 11.

[1] google/gson#1310

Change-Id: I5f8cc466aa4c03f380c386245890c1e7eb329929
  • Loading branch information
dpursehouse committed Aug 27, 2018
1 parent a194115 commit b6c01e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Expand Up @@ -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(
Expand Down

0 comments on commit b6c01e0

Please sign in to comment.