Skip to content

Commit 4761e13

Browse files
committed
Upgrade Neo4j test image to 5.26.11
See spring-projectsgh-47002
1 parent a5b195f commit 4761e13

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public enum TestImage {
173173
/**
174174
* A container image suitable for testing Neo4j.
175175
*/
176-
NEO4J("neo4j", "4.4.41", () -> Neo4jContainer.class,
176+
NEO4J("neo4j", "5.26.11", () -> Neo4jContainer.class,
177177
(container) -> ((Neo4jContainer<?>) container).withStartupAttempts(5)
178178
.withStartupTimeout(Duration.ofMinutes(10))),
179179

0 commit comments

Comments
 (0)