Skip to content

Commit 02f748b

Browse files
onobcphilwebb
authored andcommitted
Update version of Pulsar test container image
This commit updates the version of the Pulsar container from 3.2.4 to 3.3.3 (the recommended version in the Spring Boot 3.4.x line). See gh-43534
1 parent 155f8d3 commit 02f748b

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
@@ -206,7 +206,7 @@ public enum TestImage {
206206
/**
207207
* A container image suitable for testing Pulsar.
208208
*/
209-
PULSAR("apachepulsar/pulsar", "3.2.4", () -> PulsarContainer.class,
209+
PULSAR("apachepulsar/pulsar", "3.3.3", () -> PulsarContainer.class,
210210
(container) -> ((PulsarContainer) container).withStartupAttempts(2)
211211
.withStartupTimeout(Duration.ofMinutes(3))),
212212

0 commit comments

Comments
 (0)