From 0e23fbe30b22b182148087ba15891a43389eb00b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 6 Oct 2022 19:53:46 +0100 Subject: [PATCH] Use Neo4j 4.4.11 for integration testing See gh-32620 --- .../boot/testsupport/testcontainers/DockerImageNames.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java b/spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java index bea2bda637..f03e983ad2 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java +++ b/spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java @@ -34,7 +34,7 @@ public final class DockerImageNames { private static final String MONGO_VERSION = "4.0.23"; - private static final String NEO4J_VERSION = "4.0"; + private static final String NEO4J_VERSION = "4.4.11"; private static final String POSTGRESQL_VERSION = "14.0";