Skip to content

Commit 7c354a1

Browse files
committed
Update Neo4j 5.26.2 for GDS2.13
1 parent 1423f2c commit 7c354a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/pregel-bootstrap/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
ext {
99
// Make sure these are the same as your installation of GDS and Neo4j
1010
gdsVersion = '2.13.2'
11-
neo4jVersion = '5.26.1'
11+
neo4jVersion = '5.26.2'
1212

1313
// Necessary to generate value classes for Pregel configs
1414
immutablesVersion = '2.10.1'

neo4j-adapter/src/test/java/org/neo4j/gds/compat/Neo4jVersionLookupTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Neo4jVersionLookupTest {
3232

3333
@Test
3434
void testParse() {
35-
assertThat(Neo4jVersionLookup.parse("5.26.1", "5.26.1"))
35+
assertThat(Neo4jVersionLookup.parse("5.26.2", "5.26.2"))
3636
.returns(new Neo4jVersion.MajorMinor(5, 26), Neo4jVersion::semanticVersion)
3737
.returns(true, Neo4jVersion::isSupported);
3838
}

0 commit comments

Comments
 (0)