Skip to content

Commit 17cfa8a

Browse files
committed
Neo4j 5.25.0 is released
1 parent 85a5506 commit 17cfa8a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/modules/ROOT/pages/installation/supported-neo4j-versions.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ If your version of GDS or Neo4j is not listed in the matrix, you should upgrade.
1010
[opts=header]
1111
|===
1212
| Neo4j version | Neo4j Graph Data Science
13+
| `5.26` | `2.13`
1314
| `5.25` | `2.13`, `2.12`
1415
| `5.24` | `2.13`, `2.12`, `2.11`, `2.10`
1516
| `5.23` | `2.11`, `2.10`, `2.9`

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.12.0'
11-
neo4jVersion = '5.24.0'
11+
neo4jVersion = '5.25.0'
1212

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

0 commit comments

Comments
 (0)