Skip to content

Commit 907d888

Browse files
committed
Update neo4jVersion 4.4.14 for 2.2
1 parent fa04474 commit 907d888

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If you are using Neo4j Desktop you can simply add the Graph Data Science library
7878
.2+<.^|GDS 2.2.x
7979
|Neo4j 4.3.15 - 4.3.21
8080
.2+.^|Java 11 & Java 17
81-
|Neo4j 4.4.9 - 4.4.13
81+
|Neo4j 4.4.9 - 4.4.14
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.3'
11-
neo4jVersion = '4.4.13'
11+
neo4jVersion = '5.1.0'
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
@@ -1,7 +1,7 @@
11
ext {
22
neos = [
33
'4.3' : properties.getOrDefault('neo4jVersion43', '4.3.21'),
4-
'4.4' : properties.getOrDefault('neo4jVersion44', '4.4.13'),
4+
'4.4' : properties.getOrDefault('neo4jVersion44', '4.4.14'),
55
'5.1' : properties.getOrDefault('neo4jVersion51', '5.1.0'),
66
]
77

neo4j-adapter/src/test/java/org/neo4j/gds/compat/Neo4jVersionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Neo4jVersionTest {
3737
"4.3.0-drop04, V_4_3",
3838
"4.3.0, V_4_3",
3939
"4.4.0, V_4_4",
40-
"4.4.13, V_4_4",
40+
"4.4.14, V_4_4",
4141
"5.1.0, V_5_1",
4242
"5.2.0, V_5_2",
4343
"5.1.0-dev, V_5_1",

0 commit comments

Comments
 (0)