Upgrade jackson-core to 2.11.3

Change-Id: I085b9a39f6203192d1edbd78d9a85d8db8db4c89
This commit is contained in:
Marco Miller
2020-10-02 13:59:58 -04:00
parent 724ab76782
commit 0326b51e7f

View File

@@ -100,8 +100,8 @@ def declare_nongoogle_deps():
maven_jar( maven_jar(
name = "jackson-core", name = "jackson-core",
artifact = "com.fasterxml.jackson.core:jackson-core:2.11.2", artifact = "com.fasterxml.jackson.core:jackson-core:2.11.3",
sha1 = "bc022ab0f0c83c07f9c52c5ab9a6a4932b15cc35", sha1 = "c2351800432bdbdd8284c3f5a7f0782a352aa84a",
) )
# Google internal dependencies: these are developed at Google, so there is # Google internal dependencies: these are developed at Google, so there is