Skip to content

Commit 59f3193

Browse files
committed
Update Neo4j 4.4.37 GDS2.6
1 parent c64e1cb commit 59f3193

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.36
42+
|Neo4j 4.4.9 - 4.4.37
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.36'),
3+
'4.4': properties.getOrDefault('neo4jVersion44', '4.4.37'),
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)