From 2e107929a02dad25a8769b765a6733ff317d426a Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 16 Apr 2019 00:21:17 +0200 Subject: [PATCH] Upgrade to Elasticsearch 6.7.1 Closes gh-16569 --- .../elasticsearch/ElasticsearchHealthIndicatorTests.java | 4 ++-- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/elasticsearch/ElasticsearchHealthIndicatorTests.java b/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/elasticsearch/ElasticsearchHealthIndicatorTests.java index 32500110f42..190b825386d 100644 --- a/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/elasticsearch/ElasticsearchHealthIndicatorTests.java +++ b/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/elasticsearch/ElasticsearchHealthIndicatorTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2018 the original author or authors. + * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -176,7 +176,7 @@ public class ElasticsearchHealthIndicatorTests { super("test-cluster", new String[0], new ClusterState(null, 0, null, null, RoutingTable.builder().build(), DiscoveryNodes.builder().build(), - ClusterBlocks.builder().build(), null, false)); + ClusterBlocks.builder().build(), null, 1, false)); this.status = status; } diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 84b234e0e96..16ae9173476 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -60,7 +60,7 @@ 2.2.0 5.2.4 2.3.28 - 6.6.2 + 6.7.1 3.0.2 2.3.2 2.5.6