@@ -81,7 +81,7 @@ For the most basic set of features, like graph loading and the graph representat
8181<dependency>
8282 <groupId>org.neo4j.gds</groupId>
8383 <artifactId>core</artifactId>
84- <version>2.6.1 </version>
84+ <version>2.6.2 </version>
8585</dependency>
8686----
8787
@@ -93,21 +93,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
9393<dependency>
9494 <groupId>org.neo4j.gds</groupId>
9595 <artifactId>algo-common</artifactId>
96- <version>2.6.1 </version>
96+ <version>2.6.2 </version>
9797</dependency>
9898
9999<!-- Contains the productized algorithms -->
100100<dependency>
101101 <groupId>org.neo4j.gds</groupId>
102102 <artifactId>algo</artifactId>
103- <version>2.6.1 </version>
103+ <version>2.6.2 </version>
104104</dependency>
105105
106106<!-- Contains some alpha algorithms -->
107107<dependency>
108108 <groupId>org.neo4j.gds</groupId>
109109 <artifactId>alpha-algo</artifactId>
110- <version>2.6.1 </version>
110+ <version>2.6.2 </version>
111111</dependency>
112112----
113113
@@ -119,28 +119,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
119119<dependency>
120120 <groupId>org.neo4j.gds</groupId>
121121 <artifactId>proc-common</artifactId>
122- <version>2.6.1 </version>
122+ <version>2.6.2 </version>
123123</dependency>
124124
125125<!-- Contains the productized algorithm procedures -->
126126<dependency>
127127 <groupId>org.neo4j.gds</groupId>
128128 <artifactId>proc</artifactId>
129- <version>2.6.1 </version>
129+ <version>2.6.2 </version>
130130</dependency>
131131
132132<!-- Contains some alpha algorithm procedures-->
133133<dependency>
134134 <groupId>org.neo4j.gds</groupId>
135135 <artifactId>alpha-proc</artifactId>
136- <version>2.6.1 </version>
136+ <version>2.6.2 </version>
137137</dependency>
138138
139139<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
140140<dependency>
141141 <groupId>org.neo4j.gds</groupId>
142142 <artifactId>open-write-services</artifactId>
143- <version>2.6.1 </version>
143+ <version>2.6.2 </version>
144144</dependency>
145145----
146146
0 commit comments