@@ -26,9 +26,11 @@ 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
- .1+<.^|_GDS 2.17_
30
- |_Neo4j 2025.04_
31
- .4+.^|Java 21
29
+ .1+<.^|_GDS 2.18_
30
+ |_Neo4j 2025.05_
31
+ .5+.^|Java 21
32
+ .1+<.^|GDS 2.17
33
+ |Neo4j 2025.04
32
34
.1+<.^|GDS 2.16
33
35
|Neo4j 2025.03
34
36
.1+<.^|GDS 2.15
@@ -96,7 +98,7 @@ For the most basic set of features, like graph loading and the graph representat
96
98
<dependency>
97
99
<groupId>org.neo4j.gds</groupId>
98
100
<artifactId>core</artifactId>
99
- <version>2.16.0 </version>
101
+ <version>2.17.1 </version>
100
102
</dependency>
101
103
----
102
104
@@ -108,21 +110,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
108
110
<dependency>
109
111
<groupId>org.neo4j.gds</groupId>
110
112
<artifactId>algo-common</artifactId>
111
- <version>2.16.0 </version>
113
+ <version>2.17.1 </version>
112
114
</dependency>
113
115
114
116
<!-- Contains the productized algorithms -->
115
117
<dependency>
116
118
<groupId>org.neo4j.gds</groupId>
117
119
<artifactId>algo</artifactId>
118
- <version>2.16.0 </version>
120
+ <version>2.17.1 </version>
119
121
</dependency>
120
122
121
123
<!-- Contains some alpha algorithms -->
122
124
<dependency>
123
125
<groupId>org.neo4j.gds</groupId>
124
126
<artifactId>alpha-algo</artifactId>
125
- <version>2.16.0 </version>
127
+ <version>2.17.1 </version>
126
128
</dependency>
127
129
----
128
130
@@ -134,28 +136,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
134
136
<dependency>
135
137
<groupId>org.neo4j.gds</groupId>
136
138
<artifactId>proc-common</artifactId>
137
- <version>2.16.0 </version>
139
+ <version>2.17.1 </version>
138
140
</dependency>
139
141
140
142
<!-- Contains the productized algorithm procedures -->
141
143
<dependency>
142
144
<groupId>org.neo4j.gds</groupId>
143
145
<artifactId>proc</artifactId>
144
- <version>2.16.0 </version>
146
+ <version>2.17.1 </version>
145
147
</dependency>
146
148
147
149
<!-- Contains some alpha algorithm procedures-->
148
150
<dependency>
149
151
<groupId>org.neo4j.gds</groupId>
150
152
<artifactId>alpha-proc</artifactId>
151
- <version>2.16.0 </version>
153
+ <version>2.17.1 </version>
152
154
</dependency>
153
155
154
156
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
155
157
<dependency>
156
158
<groupId>org.neo4j.gds</groupId>
157
159
<artifactId>open-write-services</artifactId>
158
- <version>2.16.0 </version>
160
+ <version>2.17.1 </version>
159
161
</dependency>
160
162
----
161
163
0 commit comments