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
This commit is contained in:
David Pursehouse
2018-12-16 18:01:10 +09:00
parent 17c4f7639a
commit 4f3a1fb18b

View File

@@ -900,12 +900,12 @@ maven_jar(
sha1 = "ac8df46fce1c01b61cbf1f84186bf910d12b577e",
)
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",
)
TESTCONTAINERS_VERSION = "1.10.3"