@@ -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.19_
30+ |_Neo4j 2025.06_
31+ .6+.^|Java 21
2932.1+<.^|_GDS 2.18_
3033|_Neo4j 2025.05_
31- .5+.^|Java 21
3234.1+<.^|GDS 2.17
3335|Neo4j 2025.04
3436.1+<.^|GDS 2.16
@@ -98,7 +100,7 @@ For the most basic set of features, like graph loading and the graph representat
98100<dependency>
99101 <groupId>org.neo4j.gds</groupId>
100102 <artifactId>core</artifactId>
101- <version>2.17.1 </version>
103+ <version>2.18.0 </version>
102104</dependency>
103105----
104106
@@ -110,21 +112,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
110112<dependency>
111113 <groupId>org.neo4j.gds</groupId>
112114 <artifactId>algo-common</artifactId>
113- <version>2.17.1 </version>
115+ <version>2.18.0 </version>
114116</dependency>
115117
116118<!-- Contains the productized algorithms -->
117119<dependency>
118120 <groupId>org.neo4j.gds</groupId>
119121 <artifactId>algo</artifactId>
120- <version>2.17.1 </version>
122+ <version>2.18.0 </version>
121123</dependency>
122124
123125<!-- Contains some alpha algorithms -->
124126<dependency>
125127 <groupId>org.neo4j.gds</groupId>
126128 <artifactId>alpha-algo</artifactId>
127- <version>2.17.1 </version>
129+ <version>2.18.0 </version>
128130</dependency>
129131----
130132
@@ -136,28 +138,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
136138<dependency>
137139 <groupId>org.neo4j.gds</groupId>
138140 <artifactId>proc-common</artifactId>
139- <version>2.17.1 </version>
141+ <version>2.18.0 </version>
140142</dependency>
141143
142144<!-- Contains the productized algorithm procedures -->
143145<dependency>
144146 <groupId>org.neo4j.gds</groupId>
145147 <artifactId>proc</artifactId>
146- <version>2.17.1 </version>
148+ <version>2.18.0 </version>
147149</dependency>
148150
149151<!-- Contains some alpha algorithm procedures-->
150152<dependency>
151153 <groupId>org.neo4j.gds</groupId>
152154 <artifactId>alpha-proc</artifactId>
153- <version>2.17.1 </version>
155+ <version>2.18.0 </version>
154156</dependency>
155157
156158<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
157159<dependency>
158160 <groupId>org.neo4j.gds</groupId>
159161 <artifactId>open-write-services</artifactId>
160- <version>2.17.1 </version>
162+ <version>2.18.0 </version>
161163</dependency>
162164----
163165
0 commit comments