Upgrade jackson-core to 2.10.3

This version includes a few minor fixes since 2.10.2. There are no
fixes that we specifically need; this is just to keep up-to-date
with the latest.

Change-Id: I1d57501d5fb06f38d54ca68048f4e7b1d2dfe153
This commit is contained in:
David Pursehouse 2020-03-05 08:57:00 +09:00
parent 474449e6c5
commit 5780e488d5

View File

@ -100,8 +100,8 @@ def declare_nongoogle_deps():
maven_jar(
name = "jackson-core",
artifact = "com.fasterxml.jackson.core:jackson-core:2.10.2",
sha1 = "73d4322a6bda684f676a2b5fe918361c4e5c7cca",
artifact = "com.fasterxml.jackson.core:jackson-core:2.10.3",
sha1 = "f7ee7b55c7d292ac72fbaa7648c089f069c938d2",
)
# Test-only dependencies below.