File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/pregel-bootstrap Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ If you are using Neo4j Desktop you can simply add the Graph Data Science library
59
59
|Neo4j 4.1.0 - 4.1.11
60
60
|Neo4j 4.2.0 - 4.2.14
61
61
|Neo4j 4.3.0 - 4.3.10
62
- |Neo4j 4.4.0 - 4.4.2
62
+ |Neo4j 4.4.0 - 4.4.3
63
63
|===
64
64
65
65
NOTE: Preview releases are not automatically made available in Neo4j Desktop. They need to be installed manually.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
ext {
9
9
// Make sure these are the same as your installation of GDS and Neo4j
10
10
gdsVersion = ' 1.8.2'
11
- neo4jVersion = ' 4.4.2 '
11
+ neo4jVersion = ' 4.4.3 '
12
12
13
13
// Necessary to generate value classes for Pregel configs
14
14
immutablesVersion = ' 2.8.1'
Original file line number Diff line number Diff line change 4
4
' 4.2' : properties. getOrDefault(' neo4jVersion42' , ' 4.2.14' ),
5
5
' 4.3' : properties. getOrDefault(' neo4jVersion43' , ' 4.3.10' ),
6
6
' 4.4' : properties. getOrDefault(' neo4jVersion44' , ' 4.4.0' ),
7
- ' 4.4' : properties. getOrDefault(' neo4jVersion44' , ' 4.4.2 ' ),
7
+ ' 4.4' : properties. getOrDefault(' neo4jVersion44' , ' 4.4.3 ' ),
8
8
' 4.3.3' : properties. getOrDefault(' neo4jVersion433' , ' 4.3.3' ),
9
9
' 4.3.4plus' : properties. getOrDefault(' neo4jVersion434' , ' 4.3.10' ),
10
10
' 4.3.0-drop04.3' : properties. getOrDefault(' neo4jVersion43drop4' , ' 4.3.0-drop04.3' ),
You can’t perform that action at this time.
0 commit comments