Skip to content

Commit b9bf4a5

Browse files
committed
Merge branch '3.4.x'
Closes gh-44476
2 parents 92e18df + da361ef commit b9bf4a5

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-test-support-docker/src/main/java/org/springframework/boot/testsupport/container

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support-docker/src/main/java/org/springframework/boot/testsupport/container/TestImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public enum TestImage {
109109
/**
110110
* A container image suitable for testing Elasticsearch 7.
111111
*/
112-
ELASTICSEARCH("docker.elastic.co/elasticsearch/elasticsearch", "7.17.5", () -> ElasticsearchContainer.class,
112+
ELASTICSEARCH("docker.elastic.co/elasticsearch/elasticsearch", "7.17.28", () -> ElasticsearchContainer.class,
113113
(container) -> ((ElasticsearchContainer) container).withEnv("ES_JAVA_OPTS", "-Xms32m -Xmx512m")
114114
.withStartupAttempts(5)
115115
.withStartupTimeout(Duration.ofMinutes(10))),

0 commit comments

Comments
 (0)