Skip to content

Commit

Permalink
Upgrade to Elasticsearch 2.4.0 (#2765)
Browse files Browse the repository at this point in the history
* Upgrade to Elasticsearch 2.4.0
* Upgrade to Jackson 2.8.2
  • Loading branch information
joschi authored and bernd committed Sep 13, 2016
1 parent 4346865 commit f398837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -215,7 +215,7 @@ public void testCreateOverwritesIndexTemplate() throws Exception {
"_source", ImmutableMap.of("enabled", false),
"properties", ImmutableMap.of("message",
ImmutableMap.of(
"type", "binary",
"type", "string",
"index", "not_analyzed")));
assertThat(client.preparePutTemplate(templateName)
.setTemplate(indices.allIndicesAlias())
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -89,7 +89,7 @@
<build.timestamp>${maven.build.timestamp}</build.timestamp>

<metrics.version>3.1.2</metrics.version>
<jackson.version>2.7.5</jackson.version>
<jackson.version>2.8.2</jackson.version>
<jersey.version>2.22.1</jersey.version>
<!-- The HK2 version should match the version being used by Jersey -->
<glassfish-hk2.version>2.4.0-b31</glassfish-hk2.version>
Expand All @@ -104,7 +104,7 @@
<swagger.version>1.5.9</swagger.version>
<sigar.version>1.6.4</sigar.version>
<restassured.version>2.9.0</restassured.version>
<elasticsearch.version>2.3.5</elasticsearch.version>
<elasticsearch.version>2.4.0</elasticsearch.version>
<jna.version>4.1.0</jna.version> <!-- for ES, make sure to use the version that ES uses -->
<retrofit.version>2.1.0</retrofit.version>
<forbiddenapis.version>2.2</forbiddenapis.version>
Expand Down

0 comments on commit f398837

Please sign in to comment.