Skip to content

Commit 9914e9c

Browse files
Support Neo4j 4.4.40
1 parent 8bab7aa commit 9914e9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When installing GDS manually, please refer to the below compatibility matrix:
3939
|Neo4j 5.12.0
4040
.2+.^|Java 17
4141
|Neo4j 5.11.0
42-
|Neo4j 4.4.9 - 4.4.39
42+
|Neo4j 4.4.9 - 4.4.40
4343
.1+.^|Java 11
4444
|===
4545

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
neos = [
3-
'4.4': properties.getOrDefault('neo4jVersion44', '4.4.39'),
3+
'4.4': properties.getOrDefault('neo4jVersion44', '4.4.40'),
44
'5.11': properties.getOrDefault('neo4jVersion511', '5.11.0'),
55
'5.12': properties.getOrDefault('neo4jVersion512', '5.12.0'),
66
'5.13': properties.getOrDefault('neo4jVersion513', '5.13.0'),

0 commit comments

Comments
 (0)