summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlice Kober-Sotzek <aliceks@google.com>2019-10-31 10:38:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-10-31 10:38:21 +0000
commite7748b2c63fafd07eed9227e70aa405f5e4091fd (patch)
treed39ef52682caa8f68ef4ad8a595683d523f228ac
parentfd8b0f2ff2bb3377985d75be850f96022f2b8b02 (diff)
parentb81fc0757495a99da94d677a3dd889f36b503307 (diff)
Merge "Upgrade jackson-core to 2.10.0" into stable-2.15
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 552cccec4b..800276edb8 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -924,8 +924,8 @@ maven_jar(
maven_jar(
name = "jackson-core",
- artifact = "com.fasterxml.jackson.core:jackson-core:2.9.8",
- sha1 = "0f5a654e4675769c716e5b387830d19b501ca191",
+ artifact = "com.fasterxml.jackson.core:jackson-core:2.10.0",
+ sha1 = "4e2c5fa04648ec9772c63e2101c53af6504e624e",
)
TESTCONTAINERS_VERSION = "1.12.3"