Skip to content

Commit b83bafc

Browse files
Bump Neo4j version to 4.3.15
1 parent c3ade83 commit b83bafc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If you are using Neo4j Desktop you can simply add the Graph Data Science library
7272
|Neo4j 4.4.0 - 4.4.7
7373

7474
.2+<.^|GDS 2.1.x
75-
|Neo4j 4.3.0 - 4.3.14
75+
|Neo4j 4.3.0 - 4.3.15
7676
|Neo4j 4.4.0 - 4.4.8
7777
|===
7878

gradle/dependencies.gradle

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

77
neos = releasedNeos +
88
[
99
// This separation is required for the Cypher compatibility layer
1010
'4.3.3' : properties.getOrDefault('neo4jVersion433', '4.3.3'),
11-
'4.3.4plus' : properties.getOrDefault('neo4jVersion434', '4.3.14'),
11+
'4.3.4plus' : properties.getOrDefault('neo4jVersion434', '4.3.15'),
1212
]
1313

1414
neo4jDefault = neos.'4.4'

0 commit comments

Comments
 (0)