From cbcb78b967da2141c088422623e29e4db70a9a58 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Sun, 16 Dec 2018 18:01:10 +0900 Subject: [PATCH] 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 4f3a1fb18b9f83359e9f7f3f78917cc01f18ee39) --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 374b546915..cabe11e6e1 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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(