Skip to content

Commit 7276be8

Browse files
dmitrysulmanmhalbritter
authored andcommitted
Update version of Neo4j test container image
See gh-44463 Signed-off-by: Dmitry Sulman <[email protected]>
1 parent 8c035ce commit 7276be8

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
@@ -125,7 +125,7 @@ public enum TestImage {
125125
/**
126126
* A container image suitable for testing Neo4j.
127127
*/
128-
NEO4J("neo4j", "4.4.11", () -> Neo4jContainer.class,
128+
NEO4J("neo4j", "4.4.41", () -> Neo4jContainer.class,
129129
(container) -> ((Neo4jContainer<?>) container).withStartupAttempts(5)
130130
.withStartupTimeout(Duration.ofMinutes(10))),
131131

0 commit comments

Comments
 (0)