Skip to content

Commit 032402c

Browse files
committed
GDS 2.19 post-release
1 parent 0c679ff commit 032402c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ When installing GDS manually, please refer to the below compatibility matrix:
2626
.Compatibility matrix (italicized version is in development)
2727
|===
2828
|GDS version | Neo4j version | Java Version
29+
.1+<.^|_GDS 2.20_
30+
|_Neo4j 2025.07_
31+
.7+.^|Java 21
2932
.1+<.^|_GDS 2.19_
3033
|_Neo4j 2025.06_
31-
.6+.^|Java 21
3234
.1+<.^|_GDS 2.18_
3335
|_Neo4j 2025.05_
3436
.1+<.^|GDS 2.17

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+
| `2025.07` | `2.20`
1314
| `2025.06` | `2.19`
1415
| `2025.05` | `2.18`
1516
| `2025.04` | `2.17`

gradle/neo4j-version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ext {
2-
neo4jRCVersion = '2025.06.0'
2+
neo4jRCVersion = '2025.07.0-SNAPSHOT'
33
}

gradle/version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ext {
2-
gdsVersion = '2.19.0'
2+
gdsVersion = '2.20.0'
33
}

0 commit comments

Comments
 (0)