Skip to content

Commit eda13cf

Browse files
committed
Update to Neo4j 4.0.9
1 parent 0bc2c33 commit eda13cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For further instructions, see our https://neo4j.com/docs/graph-data-science/curr
2626
|Neo4j 4.0.0 - 4.0.6
2727

2828
.2+<.^|GDS 1.3.x
29-
|Neo4j 4.0.0 - 4.0.8
29+
|Neo4j 4.0.0 - 4.0.9
3030
|Neo4j 4.1.0 - 4.1.4
3131
|===
3232

doc/asciidoc/installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The GDS library supports the following Neo4j versions:
2020
| Neo4j Graph Data Science | Neo4j version
2121
.2+<.^|`1.3.x`
2222
| `4.1.0` - `4.1.4`
23-
| `4.0.0` - `4.0.8`
23+
| `4.0.0` - `4.0.9`
2424
| `1.2.3` footnote:deprecated[This version series is end-of-life and will not receive further patches. Please use a later version.]
2525
| `4.0.0` - `4.0.6`
2626
| `1.2.0` - `1.2.2` footnote:deprecated[]

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.0': properties.getOrDefault('neo4jVersion40', '4.0.8'),
3+
'4.0': properties.getOrDefault('neo4jVersion40', '4.0.9'),
44
'4.1': properties.getOrDefault('neo4jVersion41', '4.1.4'),
55
]
66
ver = [

0 commit comments

Comments
 (0)