Skip to content

Commit f8047ff

Browse files
committed
Merge branch '3.4.x'
Closes gh-44845
2 parents fab1cf6 + cd726b2 commit f8047ff

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public enum TestImage {
129129
/**
130130
* A container image suitable for testing Hazelcast.
131131
*/
132-
HAZELCAST("hazelcast/hazelcast", "5.5.0-slim", () -> HazelcastContainer.class),
132+
HAZELCAST("hazelcast/hazelcast", "5.5.0-slim-jdk17", () -> HazelcastContainer.class),
133133

134134
/**
135135
* A container image suitable for testing Confluent's distribution of Kafka.

0 commit comments

Comments
 (0)