Skip to content

Commit 15b2389

Browse files
committed
Update Neo4j 4.4.33 for GDS2.6
1 parent 5b3a3d9 commit 15b2389

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
@@ -37,7 +37,7 @@ When installing GDS manually, please refer to the below compatibility matrix:
3737
|Neo4j 5.12.0
3838
.2+.^|Java 17
3939
|Neo4j 5.11.0
40-
|Neo4j 4.4.9 - 4.4.32
40+
|Neo4j 4.4.9 - 4.4.33
4141
.1+.^|Java 11
4242
|===
4343

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