Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Update JGit to 4.7.5.201810051826-r
  ElasticContainer: Use Elasticsearch 6.4.2 for V6_4 tests
  Upgrade elasticsearch-rest-client to 6.4.2
  Upgrade jackson-core to 2.9.7

Change-Id: Ia3e641679225e4897825e003e0ddb3ba764c0b50
This commit is contained in:
David Pursehouse 2018-10-08 10:57:40 +09:00
commit 5fe24a948c
2 changed files with 3 additions and 2 deletions

View File

@ -884,12 +884,12 @@ maven_jar(
sha1 = "a2baf2d4fdf03f31fbd39351a32bee25fcdfa1cf",
)
JACKSON_VERSION = "2.6.6"
JACKSON_VERSION = "2.9.7"
maven_jar(
name = "jackson-core",
artifact = "com.fasterxml.jackson.core:jackson-core:" + JACKSON_VERSION,
sha1 = "02eb801df67aacaf5b1deb4ac626e1964508e47b",
sha1 = "4b7f0e0dc527fab032e9800ed231080fdc3ac015",
)
maven_jar(

View File

@ -5,5 +5,6 @@ VERSION = "2.6.6"
java_library(
name = "jackson-core",
data = ["//lib:LICENSE-Apache2.0"],
visibility = ["//gerrit-elasticsearch:__pkg__"],
exports = ["@jackson-core//jar"],
)