Upgrade Neo4j test image to 5.26.11

See gh-47002
This commit is contained in:
Andy Wilkinson 2025-09-01 09:49:28 +01:00
parent a5b195f3f2
commit 4761e13228
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ public enum TestImage {
/**
* A container image suitable for testing Neo4j.
*/
NEO4J("neo4j", "4.4.41", () -> Neo4jContainer.class,
NEO4J("neo4j", "5.26.11", () -> Neo4jContainer.class,
(container) -> ((Neo4jContainer<?>) container).withStartupAttempts(5)
.withStartupTimeout(Duration.ofMinutes(10))),