File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,12 @@ If you are using Neo4j Desktop you can simply add the Graph Data Science library
78
78
.4+<.^|GDS 2.2.x
79
79
|Neo4j 4.3.15 - 4.3.23
80
80
.7+.^|Java 11 & Java 17
81
- |Neo4j 4.4.9 - 4.4.15
81
+ |Neo4j 4.4.9 - 4.4.16
82
82
|Neo4j 5.1.0
83
83
|Neo4j 5.2.0
84
84
|Neo4j 5.3.0
85
85
.3+<.^|GDS 2.3.x
86
- |Neo4j 4.4.9 - 4.4.15
86
+ |Neo4j 4.4.9 - 4.4.16
87
87
|Neo4j 5.1.0
88
88
|Neo4j 5.2.0
89
89
|Neo4j 5.3.0
Original file line number Diff line number Diff line change 1
1
ext {
2
2
neos = [
3
- ' 4.4' : properties. getOrDefault(' neo4jVersion44' , ' 4.4.15 ' ),
3
+ ' 4.4' : properties. getOrDefault(' neo4jVersion44' , ' 4.4.16 ' ),
4
4
' 5.1' : properties. getOrDefault(' neo4jVersion51' , ' 5.1.0' ),
5
5
' 5.2' : properties. getOrDefault(' neo4jVersion52' , ' 5.2.0' ),
6
6
' 5.3' : properties. getOrDefault(' neo4jVersion53' , ' 5.3.0' ),
You can’t perform that action at this time.
0 commit comments