Skip to content

Commit

Permalink
Update neo4j 5.18.1 versions.json for 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brs96 committed Mar 18, 2024
1 parent b0d54c5 commit 5718d23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When installing GDS manually, please refer to the below compatibility matrix:
|===
|GDS version | Neo4j version | Java Version
.9+<.^|GDS 2.6.x
|Neo4j 5.18.0
|Neo4j 5.18.0, 5.18.1
.6+.^|Java 21 & Java 17
|Neo4j 5.17.0
|Neo4j 5.16.0
Expand Down
2 changes: 1 addition & 1 deletion examples/pregel-bootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
ext {
// Make sure these are the same as your installation of GDS and Neo4j
gdsVersion = '2.6.2'
neo4jVersion = '5.18.0'
neo4jVersion = '5.18.1'

// Necessary to generate value classes for Pregel configs
immutablesVersion = '2.8.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
'5.15': properties.getOrDefault('neo4jVersion515', '5.15.0'),
'5.16': properties.getOrDefault('neo4jVersion516', '5.16.0'),
'5.17': properties.getOrDefault('neo4jVersion517', '5.17.0'),
'5.18': properties.getOrDefault('neo4jVersion518', '5.18.0'),
'5.18': properties.getOrDefault('neo4jVersion518', '5.18.1'),
]

neo4jDefault = neos.'4.4'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void shouldNotRespectVersionOverride() {
"5.15.0, 5, 15",
"5.16.0, 5, 16",
"5.17.0, 5, 17",
"5.18.0, 5, 18",
"5.18.1, 5, 18",
}
)
void semanticVersion(String input, int expectedMajor, int expectedMinor) {
Expand Down

0 comments on commit 5718d23

Please sign in to comment.