Use Neo4j 4.4.11 for integration testing

See gh-32620
This commit is contained in:
Andy Wilkinson
2022-10-06 19:53:46 +01:00
parent d25fc73dae
commit 0e23fbe30b

View File

@@ -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";