Skip to content

Commit 5df82da

Browse files
Bump neo4j version to 4.3.13
1 parent 6d3ca0e commit 5df82da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ If you are using Neo4j Desktop you can simply add the Graph Data Science library
6868
|Neo4j 4.4.0 - 4.4.5
6969

7070
.2+<.^|GDS 2.0.x
71-
|Neo4j 4.3.0 - 4.3.12
71+
|Neo4j 4.3.0 - 4.3.13
7272
|Neo4j 4.4.0 - 4.4.7
7373

7474
.2+<.^|GDS 2.1.x
75-
|Neo4j 4.3.0 - 4.3.12
75+
|Neo4j 4.3.0 - 4.3.13
7676
|Neo4j 4.4.0 - 4.4.7
7777
|===
7878

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77
neos = releasedNeos +
88
[
99
'4.3.3' : properties.getOrDefault('neo4jVersion433', '4.3.3'),
10-
'4.3.4plus' : properties.getOrDefault('neo4jVersion434', '4.3.12'),
10+
'4.3.4plus' : properties.getOrDefault('neo4jVersion434', '4.3.13'),
1111
'4.4.7-drop01.0': properties.getOrDefault('neo4jVersion44drop1', '4.4.7-drop01.0'),
1212
'dev' : properties.getOrDefault('neo4jVersionDev', '5.0.0-dev'),
1313
]

0 commit comments

Comments
 (0)