Skip to content

Commit b415645

Browse files
brs96Mats-SX
andcommitted
Update neo4jversions 4.3 and 4.4 for GDS2.2
Co-authored-by: Mats Rydberg <[email protected]>
1 parent 7dd134c commit b415645

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ If you are using Neo4j Desktop you can simply add the Graph Data Science library
7676
|Neo4j 4.4.0 - 4.4.11
7777

7878
.2+<.^|GDS 2.2.x
79-
|Neo4j 4.3.15 - 4.3.18
79+
|Neo4j 4.3.15 - 4.3.19
8080
.2+.^|Java 11 & Java 17
81-
|Neo4j 4.4.9 - 4.4.11
81+
|Neo4j 4.4.9 - 4.4.12
8282

8383
|===
8484

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 = '2.2.1'
11-
neo4jVersion = '4.4.11'
11+
neo4jVersion = '4.4.12'
1212

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

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
neos = [
3-
'4.3' : properties.getOrDefault('neo4jVersion43', '4.3.18'),
4-
'4.4' : properties.getOrDefault('neo4jVersion44', '4.4.11')
3+
'4.3' : properties.getOrDefault('neo4jVersion43', '4.3.19'),
4+
'4.4' : properties.getOrDefault('neo4jVersion44', '4.4.12')
55
]
66

77
neo4jDefault = neos.'4.4'

0 commit comments

Comments
 (0)