Upgrade jackson-core to 2.11.0

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

Change-Id: I84c5ac032bf9d131b41efc9885b8a74da2911d6e
This commit is contained in:
Marco Miller
2020-04-27 14:39:16 -04:00
parent 7360297a66
commit 27363bfc13

View File

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