@@ -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
- .3+<.^|_GDS 2.10.x (preview)_
29
+ .3+<.^|_GDS 2.11.x (preview)_
30
+ |Neo4j 5.25.0
31
+ .3+.^|Java 21 & Java 17
32
+ |Neo4j 5.24.0
33
+ |Neo4j 5.23.0
34
+ .3+<.^|GDS 2.10.x
30
35
|Neo4j 5.24.0
31
36
.3+.^|Java 21 & Java 17
32
37
|Neo4j 5.23.0
@@ -111,7 +116,7 @@ For the most basic set of features, like graph loading and the graph representat
111
116
<dependency>
112
117
<groupId>org.neo4j.gds</groupId>
113
118
<artifactId>core</artifactId>
114
- <version>2.9 .0</version>
119
+ <version>2.10 .0</version>
115
120
</dependency>
116
121
----
117
122
@@ -123,21 +128,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
123
128
<dependency>
124
129
<groupId>org.neo4j.gds</groupId>
125
130
<artifactId>algo-common</artifactId>
126
- <version>2.9 .0</version>
131
+ <version>2.10 .0</version>
127
132
</dependency>
128
133
129
134
<!-- Contains the productized algorithms -->
130
135
<dependency>
131
136
<groupId>org.neo4j.gds</groupId>
132
137
<artifactId>algo</artifactId>
133
- <version>2.9 .0</version>
138
+ <version>2.10 .0</version>
134
139
</dependency>
135
140
136
141
<!-- Contains some alpha algorithms -->
137
142
<dependency>
138
143
<groupId>org.neo4j.gds</groupId>
139
144
<artifactId>alpha-algo</artifactId>
140
- <version>2.9 .0</version>
145
+ <version>2.10 .0</version>
141
146
</dependency>
142
147
----
143
148
@@ -149,28 +154,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
149
154
<dependency>
150
155
<groupId>org.neo4j.gds</groupId>
151
156
<artifactId>proc-common</artifactId>
152
- <version>2.9 .0</version>
157
+ <version>2.10 .0</version>
153
158
</dependency>
154
159
155
160
<!-- Contains the productized algorithm procedures -->
156
161
<dependency>
157
162
<groupId>org.neo4j.gds</groupId>
158
163
<artifactId>proc</artifactId>
159
- <version>2.9 .0</version>
164
+ <version>2.10 .0</version>
160
165
</dependency>
161
166
162
167
<!-- Contains some alpha algorithm procedures-->
163
168
<dependency>
164
169
<groupId>org.neo4j.gds</groupId>
165
170
<artifactId>alpha-proc</artifactId>
166
- <version>2.9 .0</version>
171
+ <version>2.10 .0</version>
167
172
</dependency>
168
173
169
174
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
170
175
<dependency>
171
176
<groupId>org.neo4j.gds</groupId>
172
177
<artifactId>open-write-services</artifactId>
173
- <version>2.9 .0</version>
178
+ <version>2.10 .0</version>
174
179
</dependency>
175
180
----
176
181
0 commit comments