Skip to content

Commit 2e066ba

Browse files
committed
Update neo4j 4.4.31 dependency GDS2.6
1 parent 3e33977 commit 2e066ba

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
@@ -36,7 +36,7 @@ When installing GDS manually, please refer to the below compatibility matrix:
3636
|Neo4j 5.12.0
3737
.2+.^|Java 17
3838
|Neo4j 5.11.0
39-
|Neo4j 4.4.9 - 4.4.30
39+
|Neo4j 4.4.9 - 4.4.31
4040
.1+.^|Java 11
4141
|===
4242

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.30'),
3+
'4.4': properties.getOrDefault('neo4jVersion44', '4.4.31'),
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)