Skip to content

Commit 583c2dd

Browse files
committed
Update neo4j 4.4.30 dependency GDS2.6
1 parent 8adc671 commit 583c2dd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,36 +27,36 @@ When installing GDS manually, please refer to the below compatibility matrix:
2727
|===
2828
|GDS version | Neo4j version | Java Version
2929
.12+<.^|_GDS 2.6.x_ (preview)
30+
.4+.^|Java 21 & Java 17
3031
|Neo4j 5.16.0
3132
|Neo4j 5.15.0
32-
.2+.^|Java 21 & Java 17
3333
|Neo4j 5.14.0
3434
|Neo4j 5.13.0
35-
.8+.^|Java 17
35+
.7+.^|Java 17
3636
|Neo4j 5.12.0
3737
|Neo4j 5.11.0
3838
|Neo4j 5.10.0
3939
|Neo4j 5.9.0
4040
|Neo4j 5.8.0
4141
|Neo4j 5.7.0
4242
|Neo4j 5.6.0
43-
|Neo4j 4.4.9 - 4.4.29
4443
.1+.^|Java 11
44+
|Neo4j 4.4.9 - 4.4.30
4545
.11+<.^|GDS 2.5.x
46+
.3+.^|Java 21 & Java 17
4647
|Neo4j 5.15.0
47-
.2+.^|Java 21 & Java 17
4848
|Neo4j 5.14.0
4949
|Neo4j 5.13.0
50-
.8+.^|Java 17
50+
.7+.^|Java 17
5151
|Neo4j 5.12.0
5252
|Neo4j 5.11.0
5353
|Neo4j 5.10.0
5454
|Neo4j 5.9.0
5555
|Neo4j 5.8.0
5656
|Neo4j 5.7.0
5757
|Neo4j 5.6.0
58-
|Neo4j 4.4.9 - 4.4.29
5958
.1+.^|Java 11
59+
|Neo4j 4.4.9 - 4.4.30
6060
|===
6161

6262
NOTE: Preview releases are not automatically made available in Neo4j Desktop. They need to be installed manually.

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.29'),
3+
'4.4': properties.getOrDefault('neo4jVersion44', '4.4.30'),
44
'5.6': properties.getOrDefault('neo4jVersion56', '5.6.0'),
55
'5.7': properties.getOrDefault('neo4jVersion57', '5.7.0'),
66
'5.8': properties.getOrDefault('neo4jVersion58', '5.8.0'),

0 commit comments

Comments
 (0)