Skip to content

Commit 0e23fbe

Browse files
committed
Use Neo4j 4.4.11 for integration testing
See gh-32620
1 parent d25fc73 commit 0e23fbe

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public final class DockerImageNames {
3434

3535
private static final String MONGO_VERSION = "4.0.23";
3636

37-
private static final String NEO4J_VERSION = "4.0";
37+
private static final String NEO4J_VERSION = "4.4.11";
3838

3939
private static final String POSTGRESQL_VERSION = "14.0";
4040

0 commit comments

Comments
 (0)