File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/org/springframework/data/neo4j/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 103
103
<mockito >${mockito.version}</mockito >
104
104
<mockito .version>3.2.4</mockito .version>
105
105
<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>
107
107
<objenesis .version>3.0.1</objenesis .version>
108
108
<project .build.docs>${project.build.directory} /docs</project .build.docs>
109
109
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ static class ContainerAdapter implements ExtensionContext.Store.CloseableResourc
275
275
276
276
private final String repository = Optional .ofNullable (System .getenv (SYS_PROPERTY_NEO4J_REPOSITORY )).orElse ("neo4j" );
277
277
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 " );
279
279
280
280
private final boolean containerReuseSupported = TestcontainersConfiguration
281
281
.getInstance ().environmentSupportsReuse ();
You can’t perform that action at this time.
0 commit comments