Skip to content

Commit f90839d

Browse files
Merge pull request #4478 from knutwalker/1.8-n443
Update to Neo4j 4.4.3
2 parents d953fa2 + 8743e5b commit f90839d

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
@@ -59,7 +59,7 @@ If you are using Neo4j Desktop you can simply add the Graph Data Science library
5959
|Neo4j 4.1.0 - 4.1.11
6060
|Neo4j 4.2.0 - 4.2.14
6161
|Neo4j 4.3.0 - 4.3.10
62-
|Neo4j 4.4.0 - 4.4.2
62+
|Neo4j 4.4.0 - 4.4.3
6363
|===
6464

6565
NOTE: Preview releases are not automatically made available in Neo4j Desktop. They need to be installed manually.

examples/pregel-bootstrap/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
ext {
99
// Make sure these are the same as your installation of GDS and Neo4j
1010
gdsVersion = '1.8.2'
11-
neo4jVersion = '4.4.2'
11+
neo4jVersion = '4.4.3'
1212

1313
// Necessary to generate value classes for Pregel configs
1414
immutablesVersion = '2.8.1'

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ext {
44
'4.2' : properties.getOrDefault('neo4jVersion42', '4.2.14'),
55
'4.3' : properties.getOrDefault('neo4jVersion43', '4.3.10'),
66
'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'),
88
'4.3.3' : properties.getOrDefault('neo4jVersion433', '4.3.3'),
99
'4.3.4plus' : properties.getOrDefault('neo4jVersion434', '4.3.10'),
1010
'4.3.0-drop04.3': properties.getOrDefault('neo4jVersion43drop4', '4.3.0-drop04.3'),

0 commit comments

Comments
 (0)