Upgrade jackson-core to 2.9.8

Includes several bug fixes including security fixes. See the release
notes [1] for full details.

[1] https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.8

Change-Id: I1ae214c3b01644d6de2cc7b4d2f97f5de63d3b52
(cherry picked from commit 4f3a1fb18b)
This commit is contained in:
David Pursehouse
2018-12-16 18:01:10 +09:00
parent b8d489753a
commit cbcb78b967

View File

@@ -896,12 +896,12 @@ maven_jar(
sha1 = "5c24325430971ba2fa4769eb446f026b7680d5e7",
)
JACKSON_VERSION = "2.9.7"
JACKSON_VERSION = "2.9.8"
maven_jar(
name = "jackson-core",
artifact = "com.fasterxml.jackson.core:jackson-core:" + JACKSON_VERSION,
sha1 = "4b7f0e0dc527fab032e9800ed231080fdc3ac015",
sha1 = "0f5a654e4675769c716e5b387830d19b501ca191",
)
maven_jar(