@@ -109,7 +109,7 @@ For the most basic set of features, like graph loading and the graph representat
109
109
<dependency>
110
110
<groupId>org.neo4j.gds</groupId>
111
111
<artifactId>core</artifactId>
112
- <version>2.5.2 </version>
112
+ <version>2.5.3 </version>
113
113
</dependency>
114
114
----
115
115
@@ -121,21 +121,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
121
121
<dependency>
122
122
<groupId>org.neo4j.gds</groupId>
123
123
<artifactId>algo-common</artifactId>
124
- <version>2.5.2 </version>
124
+ <version>2.5.3 </version>
125
125
</dependency>
126
126
127
127
<!-- Contains the productized algorithms -->
128
128
<dependency>
129
129
<groupId>org.neo4j.gds</groupId>
130
130
<artifactId>algo</artifactId>
131
- <version>2.5.2 </version>
131
+ <version>2.5.3 </version>
132
132
</dependency>
133
133
134
134
<!-- Contains some alpha algorithms -->
135
135
<dependency>
136
136
<groupId>org.neo4j.gds</groupId>
137
137
<artifactId>alpha-algo</artifactId>
138
- <version>2.5.2 </version>
138
+ <version>2.5.3 </version>
139
139
</dependency>
140
140
----
141
141
@@ -147,28 +147,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
147
147
<dependency>
148
148
<groupId>org.neo4j.gds</groupId>
149
149
<artifactId>proc-common</artifactId>
150
- <version>2.5.2 </version>
150
+ <version>2.5.3 </version>
151
151
</dependency>
152
152
153
153
<!-- Contains the productized algorithm procedures -->
154
154
<dependency>
155
155
<groupId>org.neo4j.gds</groupId>
156
156
<artifactId>proc</artifactId>
157
- <version>2.5.2 </version>
157
+ <version>2.5.3 </version>
158
158
</dependency>
159
159
160
160
<!-- Contains some alpha algorithm procedures-->
161
161
<dependency>
162
162
<groupId>org.neo4j.gds</groupId>
163
163
<artifactId>alpha-proc</artifactId>
164
- <version>2.5.2 </version>
164
+ <version>2.5.3 </version>
165
165
</dependency>
166
166
167
167
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
168
168
<dependency>
169
169
<groupId>org.neo4j.gds</groupId>
170
170
<artifactId>open-write-services</artifactId>
171
- <version>2.5.2 </version>
171
+ <version>2.5.3 </version>
172
172
</dependency>
173
173
----
174
174
0 commit comments