@@ -26,7 +26,12 @@ When installing GDS manually, please refer to the below compatibility matrix:
26
26
.Compatibility matrix (italicized version is in development)
27
27
|===
28
28
|GDS version | Neo4j version | Java Version
29
- .2+<.^|_GDS 2.12.x (preview)_
29
+ .3+<.^|_GDS 2.13.x (preview)_
30
+ |Neo4j 5.26.0
31
+ .3+.^|Java 21 & Java 17
32
+ |Neo4j 5.25.0
33
+ |Neo4j 5.24.0
34
+ .2+<.^|GDS 2.12.0
30
35
|Neo4j 5.25.0
31
36
.2+.^|Java 21 & Java 17
32
37
|Neo4j 5.24.0
@@ -119,7 +124,7 @@ For the most basic set of features, like graph loading and the graph representat
119
124
<dependency>
120
125
<groupId>org.neo4j.gds</groupId>
121
126
<artifactId>core</artifactId>
122
- <version>2.12 .0</version>
127
+ <version>2.13 .0</version>
123
128
</dependency>
124
129
----
125
130
@@ -131,21 +136,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
131
136
<dependency>
132
137
<groupId>org.neo4j.gds</groupId>
133
138
<artifactId>algo-common</artifactId>
134
- <version>2.12 .0</version>
139
+ <version>2.13 .0</version>
135
140
</dependency>
136
141
137
142
<!-- Contains the productized algorithms -->
138
143
<dependency>
139
144
<groupId>org.neo4j.gds</groupId>
140
145
<artifactId>algo</artifactId>
141
- <version>2.12 .0</version>
146
+ <version>2.13 .0</version>
142
147
</dependency>
143
148
144
149
<!-- Contains some alpha algorithms -->
145
150
<dependency>
146
151
<groupId>org.neo4j.gds</groupId>
147
152
<artifactId>alpha-algo</artifactId>
148
- <version>2.12 .0</version>
153
+ <version>2.13 .0</version>
149
154
</dependency>
150
155
----
151
156
@@ -157,28 +162,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
157
162
<dependency>
158
163
<groupId>org.neo4j.gds</groupId>
159
164
<artifactId>proc-common</artifactId>
160
- <version>2.12 .0</version>
165
+ <version>2.13 .0</version>
161
166
</dependency>
162
167
163
168
<!-- Contains the productized algorithm procedures -->
164
169
<dependency>
165
170
<groupId>org.neo4j.gds</groupId>
166
171
<artifactId>proc</artifactId>
167
- <version>2.12 .0</version>
172
+ <version>2.13 .0</version>
168
173
</dependency>
169
174
170
175
<!-- Contains some alpha algorithm procedures-->
171
176
<dependency>
172
177
<groupId>org.neo4j.gds</groupId>
173
178
<artifactId>alpha-proc</artifactId>
174
- <version>2.12 .0</version>
179
+ <version>2.13 .0</version>
175
180
</dependency>
176
181
177
182
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
178
183
<dependency>
179
184
<groupId>org.neo4j.gds</groupId>
180
185
<artifactId>open-write-services</artifactId>
181
- <version>2.12 .0</version>
186
+ <version>2.13 .0</version>
182
187
</dependency>
183
188
----
184
189
0 commit comments