Skip to content

Commit

Permalink
Update Neo4j 4.4.37 GDS2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brs96 committed Sep 9, 2024
1 parent c64e1cb commit 59f3193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ When installing GDS manually, please refer to the below compatibility matrix:
|Neo4j 5.12.0
.2+.^|Java 17
|Neo4j 5.11.0
|Neo4j 4.4.9 - 4.4.36
|Neo4j 4.4.9 - 4.4.37
.1+.^|Java 11
|===

Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
neos = [
'4.4': properties.getOrDefault('neo4jVersion44', '4.4.36'),
'4.4': properties.getOrDefault('neo4jVersion44', '4.4.37'),
'5.11': properties.getOrDefault('neo4jVersion511', '5.11.0'),
'5.12': properties.getOrDefault('neo4jVersion512', '5.12.0'),
'5.13': properties.getOrDefault('neo4jVersion513', '5.13.0'),
Expand Down

0 comments on commit 59f3193

Please sign in to comment.