@@ -70,7 +70,7 @@ For the most basic set of features, like graph loading and the graph representat
7070<dependency>
7171 <groupId>org.neo4j.gds</groupId>
7272 <artifactId>core</artifactId>
73- <version>2.13.6 </version>
73+ <version>2.13.7 </version>
7474</dependency>
7575----
7676
@@ -82,21 +82,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
8282<dependency>
8383 <groupId>org.neo4j.gds</groupId>
8484 <artifactId>algo-common</artifactId>
85- <version>2.13.6 </version>
85+ <version>2.13.7 </version>
8686</dependency>
8787
8888<!-- Contains the productized algorithms -->
8989<dependency>
9090 <groupId>org.neo4j.gds</groupId>
9191 <artifactId>algo</artifactId>
92- <version>2.13.6 </version>
92+ <version>2.13.7 </version>
9393</dependency>
9494
9595<!-- Contains some alpha algorithms -->
9696<dependency>
9797 <groupId>org.neo4j.gds</groupId>
9898 <artifactId>alpha-algo</artifactId>
99- <version>2.13.6 </version>
99+ <version>2.13.7 </version>
100100</dependency>
101101----
102102
@@ -108,28 +108,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
108108<dependency>
109109 <groupId>org.neo4j.gds</groupId>
110110 <artifactId>proc-common</artifactId>
111- <version>2.13.6 </version>
111+ <version>2.13.7 </version>
112112</dependency>
113113
114114<!-- Contains the productized algorithm procedures -->
115115<dependency>
116116 <groupId>org.neo4j.gds</groupId>
117117 <artifactId>proc</artifactId>
118- <version>2.13.6 </version>
118+ <version>2.13.7 </version>
119119</dependency>
120120
121121<!-- Contains some alpha algorithm procedures-->
122122<dependency>
123123 <groupId>org.neo4j.gds</groupId>
124124 <artifactId>alpha-proc</artifactId>
125- <version>2.13.6 </version>
125+ <version>2.13.7 </version>
126126</dependency>
127127
128128<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
129129<dependency>
130130 <groupId>org.neo4j.gds</groupId>
131131 <artifactId>open-write-services</artifactId>
132- <version>2.13.6 </version>
132+ <version>2.13.7 </version>
133133</dependency>
134134----
135135
0 commit comments