Skip to content

Commit dbd689c

Browse files
committed
Update neo4j 4.4.16
1 parent 4f6a1c6 commit dbd689c

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
@@ -78,12 +78,12 @@ If you are using Neo4j Desktop you can simply add the Graph Data Science library
7878
.4+<.^|GDS 2.2.x
7979
|Neo4j 4.3.15 - 4.3.22
8080
.7+.^|Java 11 & Java 17
81-
|Neo4j 4.4.9 - 4.4.15
81+
|Neo4j 4.4.9 - 4.4.16
8282
|Neo4j 5.1.0
8383
|Neo4j 5.2.0
8484
|Neo4j 5.3.0
8585
.3+<.^|GDS 2.3.x
86-
|Neo4j 4.4.9 - 4.4.15
86+
|Neo4j 4.4.9 - 4.4.16
8787
|Neo4j 5.1.0
8888
|Neo4j 5.2.0
8989
|Neo4j 5.3.0

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
neos = [
3-
'4.4' : properties.getOrDefault('neo4jVersion44', '4.4.15'),
3+
'4.4' : properties.getOrDefault('neo4jVersion44', '4.4.16'),
44
'5.1' : properties.getOrDefault('neo4jVersion51', '5.1.0'),
55
'5.2' : properties.getOrDefault('neo4jVersion52', '5.2.0'),
66
'5.3' : properties.getOrDefault('neo4jVersion53', '5.3.0'),

0 commit comments

Comments
 (0)