Skip to content

Commit 38a269e

Browse files
GH-2220 - Align Neo4j and Neo4j driver versions.
Fixes #2220.
1 parent 8d87f08 commit 38a269e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<mockito>${mockito.version}</mockito>
104104
<mockito.version>3.2.4</mockito.version>
105105
<neo4j-java-driver.version>4.1.1</neo4j-java-driver.version>
106-
<neo4j.version>4.0.11</neo4j.version>
106+
<neo4j.version>4.1.8</neo4j.version>
107107
<objenesis.version>3.0.1</objenesis.version>
108108
<project.build.docs>${project.build.directory}/docs</project.build.docs>
109109
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/test/java/org/springframework/data/neo4j/test/Neo4jExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ static class ContainerAdapter implements ExtensionContext.Store.CloseableResourc
275275

276276
private final String repository = Optional.ofNullable(System.getenv(SYS_PROPERTY_NEO4J_REPOSITORY)).orElse("neo4j");
277277

278-
private final String imageVersion = Optional.ofNullable(System.getenv(SYS_PROPERTY_NEO4J_VERSION)).orElse("4.0");
278+
private final String imageVersion = Optional.ofNullable(System.getenv(SYS_PROPERTY_NEO4J_VERSION)).orElse("4.1");
279279

280280
private final boolean containerReuseSupported = TestcontainersConfiguration
281281
.getInstance().environmentSupportsReuse();

0 commit comments

Comments
 (0)