@@ -82,7 +82,7 @@ For the most basic set of features, like graph loading and the graph representat
8282<dependency>
8383 <groupId>org.neo4j.gds</groupId>
8484 <artifactId>core</artifactId>
85- <version>2.6.2 </version>
85+ <version>2.6.3 </version>
8686</dependency>
8787----
8888
@@ -94,21 +94,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
9494<dependency>
9595 <groupId>org.neo4j.gds</groupId>
9696 <artifactId>algo-common</artifactId>
97- <version>2.6.2 </version>
97+ <version>2.6.3 </version>
9898</dependency>
9999
100100<!-- Contains the productized algorithms -->
101101<dependency>
102102 <groupId>org.neo4j.gds</groupId>
103103 <artifactId>algo</artifactId>
104- <version>2.6.2 </version>
104+ <version>2.6.3 </version>
105105</dependency>
106106
107107<!-- Contains some alpha algorithms -->
108108<dependency>
109109 <groupId>org.neo4j.gds</groupId>
110110 <artifactId>alpha-algo</artifactId>
111- <version>2.6.2 </version>
111+ <version>2.6.3 </version>
112112</dependency>
113113----
114114
@@ -120,28 +120,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
120120<dependency>
121121 <groupId>org.neo4j.gds</groupId>
122122 <artifactId>proc-common</artifactId>
123- <version>2.6.2 </version>
123+ <version>2.6.3 </version>
124124</dependency>
125125
126126<!-- Contains the productized algorithm procedures -->
127127<dependency>
128128 <groupId>org.neo4j.gds</groupId>
129129 <artifactId>proc</artifactId>
130- <version>2.6.2 </version>
130+ <version>2.6.3 </version>
131131</dependency>
132132
133133<!-- Contains some alpha algorithm procedures-->
134134<dependency>
135135 <groupId>org.neo4j.gds</groupId>
136136 <artifactId>alpha-proc</artifactId>
137- <version>2.6.2 </version>
137+ <version>2.6.3 </version>
138138</dependency>
139139
140140<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
141141<dependency>
142142 <groupId>org.neo4j.gds</groupId>
143143 <artifactId>open-write-services</artifactId>
144- <version>2.6.2 </version>
144+ <version>2.6.3 </version>
145145</dependency>
146146----
147147
0 commit comments