Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  ReceiveCommits: Fix setting [PRIVATE] and [WIP] for updated changes
  ElasticContainer: Use 6.5.3 for V6_5 tests
  Upgrade elasticsearch-rest-client to 6.5.3

Change-Id: Id5acbce5a12a681856b95f9e160a83552046c5bb
This commit is contained in:
David Pursehouse
2018-12-14 08:29:19 +09:00
3 changed files with 19 additions and 24 deletions

View File

@@ -1091,8 +1091,8 @@ maven_jar(
# and httpasyncclient as necessary.
maven_jar(
name = "elasticsearch-rest-client",
artifact = "org.elasticsearch.client:elasticsearch-rest-client:6.5.2",
sha1 = "6ad0dd15affe56be7dfe638fe317bc5f7456b730",
artifact = "org.elasticsearch.client:elasticsearch-rest-client:6.5.3",
sha1 = "ac8df46fce1c01b61cbf1f84186bf910d12b577e",
)
JACKSON_VERSION = "2.9.7"