@@ -110,7 +110,7 @@ For the most basic set of features, like graph loading and the graph representat
110110<dependency>
111111 <groupId>org.neo4j.gds</groupId>
112112 <artifactId>core</artifactId>
113- <version>2.5.4 </version>
113+ <version>2.5.5 </version>
114114</dependency>
115115----
116116
@@ -122,21 +122,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
122122<dependency>
123123 <groupId>org.neo4j.gds</groupId>
124124 <artifactId>algo-common</artifactId>
125- <version>2.5.4 </version>
125+ <version>2.5.5 </version>
126126</dependency>
127127
128128<!-- Contains the productized algorithms -->
129129<dependency>
130130 <groupId>org.neo4j.gds</groupId>
131131 <artifactId>algo</artifactId>
132- <version>2.5.4 </version>
132+ <version>2.5.5 </version>
133133</dependency>
134134
135135<!-- Contains some alpha algorithms -->
136136<dependency>
137137 <groupId>org.neo4j.gds</groupId>
138138 <artifactId>alpha-algo</artifactId>
139- <version>2.5.4 </version>
139+ <version>2.5.5 </version>
140140</dependency>
141141----
142142
@@ -148,28 +148,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
148148<dependency>
149149 <groupId>org.neo4j.gds</groupId>
150150 <artifactId>proc-common</artifactId>
151- <version>2.5.4 </version>
151+ <version>2.5.5 </version>
152152</dependency>
153153
154154<!-- Contains the productized algorithm procedures -->
155155<dependency>
156156 <groupId>org.neo4j.gds</groupId>
157157 <artifactId>proc</artifactId>
158- <version>2.5.4 </version>
158+ <version>2.5.5 </version>
159159</dependency>
160160
161161<!-- Contains some alpha algorithm procedures-->
162162<dependency>
163163 <groupId>org.neo4j.gds</groupId>
164164 <artifactId>alpha-proc</artifactId>
165- <version>2.5.4 </version>
165+ <version>2.5.5 </version>
166166</dependency>
167167
168168<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
169169<dependency>
170170 <groupId>org.neo4j.gds</groupId>
171171 <artifactId>open-write-services</artifactId>
172- <version>2.5.4 </version>
172+ <version>2.5.5 </version>
173173</dependency>
174174----
175175
0 commit comments