Skip to content

Commit 623a775

Browse files
committed
Update Neo4j to 4.3.12
1 parent ea7560b commit 623a775

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ If you are using Neo4j Desktop you can simply add the Graph Data Science library
5959
.3+<.^|GDS 1.7.x
6060
|Neo4j 4.1.0 - 4.1.11
6161
|Neo4j 4.2.0 - 4.2.15
62-
|Neo4j 4.3.0 - 4.3.10
62+
|Neo4j 4.3.0 - 4.3.12
6363

6464
.4+<.^|GDS 1.8.x
6565
|Neo4j 4.1.0 - 4.1.11
6666
|Neo4j 4.2.0 - 4.2.15
67-
|Neo4j 4.3.0 - 4.3.10
67+
|Neo4j 4.3.0 - 4.3.12
6868
|Neo4j 4.4.0 - 4.4.5
6969

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

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

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ext {
22
releasedNeos = [
3-
'4.3' : properties.getOrDefault('neo4jVersion43', '4.3.10'),
3+
'4.3' : properties.getOrDefault('neo4jVersion43', '4.3.12'),
44
'4.4' : properties.getOrDefault('neo4jVersion44', '4.4.5')
55
]
66

77
neos = releasedNeos +
88
[
99
'4.3.3' : properties.getOrDefault('neo4jVersion433', '4.3.3'),
10-
'4.3.4plus' : properties.getOrDefault('neo4jVersion434', '4.3.10'),
10+
'4.3.4plus' : properties.getOrDefault('neo4jVersion434', '4.3.12'),
1111
'4.4.6-drop01.0': properties.getOrDefault('neo4jVersion44drop1', '4.4.6-drop01.0'),
1212
'dev' : properties.getOrDefault('neo4jVersionDev', '5.0.0-dev'),
1313
]

0 commit comments

Comments
 (0)