Merge pull request #44463 from dmitrysulman
* pr/44463: Update version of Neo4j test container image Closes gh-44463
This commit is contained in:
commit
c86d47f1ec
|
@ -125,7 +125,7 @@ public enum TestImage {
|
||||||
/**
|
/**
|
||||||
* A container image suitable for testing Neo4j.
|
* A container image suitable for testing Neo4j.
|
||||||
*/
|
*/
|
||||||
NEO4J("neo4j", "4.4.11", () -> Neo4jContainer.class,
|
NEO4J("neo4j", "4.4.41", () -> Neo4jContainer.class,
|
||||||
(container) -> ((Neo4jContainer<?>) container).withStartupAttempts(5)
|
(container) -> ((Neo4jContainer<?>) container).withStartupAttempts(5)
|
||||||
.withStartupTimeout(Duration.ofMinutes(10))),
|
.withStartupTimeout(Duration.ofMinutes(10))),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue