Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Upgrade jackson-core to 2.10.0

Change-Id: I82da6eac1bd19ce23b19da8882b51d7d53043383
This commit is contained in:
David Pursehouse
2019-10-31 20:31:42 +09:00

View File

@@ -1053,8 +1053,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"