@@ -117,7 +117,7 @@ For the most basic set of features, like graph loading and the graph representat
117
117
<dependency>
118
118
<groupId>org.neo4j.gds</groupId>
119
119
<artifactId>core</artifactId>
120
- <version>2.1.9 </version>
120
+ <version>2.1.10 </version>
121
121
</dependency>
122
122
----
123
123
@@ -129,21 +129,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
129
129
<dependency>
130
130
<groupId>org.neo4j.gds</groupId>
131
131
<artifactId>algo-common</artifactId>
132
- <version>2.1.9 </version>
132
+ <version>2.1.10 </version>
133
133
</dependency>
134
134
135
135
<!-- Contains the productized algorithms -->
136
136
<dependency>
137
137
<groupId>org.neo4j.gds</groupId>
138
138
<artifactId>algo</artifactId>
139
- <version>2.1.9 </version>
139
+ <version>2.1.10 </version>
140
140
</dependency>
141
141
142
142
<!-- Contains some alpha algorithms -->
143
143
<dependency>
144
144
<groupId>org.neo4j.gds</groupId>
145
145
<artifactId>alpha-algo</artifactId>
146
- <version>2.1.9 </version>
146
+ <version>2.1.10 </version>
147
147
</dependency>
148
148
----
149
149
@@ -155,28 +155,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
155
155
<dependency>
156
156
<groupId>org.neo4j.gds</groupId>
157
157
<artifactId>proc-common</artifactId>
158
- <version>2.1.9 </version>
158
+ <version>2.1.10 </version>
159
159
</dependency>
160
160
161
161
<!-- Contains the productized algorithm procedures -->
162
162
<dependency>
163
163
<groupId>org.neo4j.gds</groupId>
164
164
<artifactId>proc</artifactId>
165
- <version>2.1.9 </version>
165
+ <version>2.1.10 </version>
166
166
</dependency>
167
167
168
168
<!-- Contains some alpha algorithm procedures-->
169
169
<dependency>
170
170
<groupId>org.neo4j.gds</groupId>
171
171
<artifactId>alpha-proc</artifactId>
172
- <version>2.1.9 </version>
172
+ <version>2.1.10 </version>
173
173
</dependency>
174
174
175
175
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
176
176
<dependency>
177
177
<groupId>org.neo4j.gds</groupId>
178
178
<artifactId>write-services</artifactId>
179
- <version>2.1.9 </version>
179
+ <version>2.1.10 </version>
180
180
</dependency>
181
181
----
182
182
0 commit comments