Skip to content

Commit 98e60b5

Browse files
committed
Merge branch '3.4.x'
Closes gh-44479
2 parents b9bf4a5 + d2d8978 commit 98e60b5

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
@@ -175,7 +175,7 @@ public enum TestImage {
175175
/**
176176
* A container image suitable for testing Neo4j.
177177
*/
178-
NEO4J("neo4j", "4.4.11", () -> Neo4jContainer.class,
178+
NEO4J("neo4j", "4.4.41", () -> Neo4jContainer.class,
179179
(container) -> ((Neo4jContainer<?>) container).withStartupAttempts(5)
180180
.withStartupTimeout(Duration.ofMinutes(10))),
181181

0 commit comments

Comments
 (0)