@@ -80,7 +80,7 @@ For the most basic set of features, like graph loading and the graph representat
80
80
<dependency>
81
81
<groupId>org.neo4j.gds</groupId>
82
82
<artifactId>core</artifactId>
83
- <version>2.6.0 </version>
83
+ <version>2.6.1 </version>
84
84
</dependency>
85
85
----
86
86
@@ -92,21 +92,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
92
92
<dependency>
93
93
<groupId>org.neo4j.gds</groupId>
94
94
<artifactId>algo-common</artifactId>
95
- <version>2.6.0 </version>
95
+ <version>2.6.1 </version>
96
96
</dependency>
97
97
98
98
<!-- Contains the productized algorithms -->
99
99
<dependency>
100
100
<groupId>org.neo4j.gds</groupId>
101
101
<artifactId>algo</artifactId>
102
- <version>2.6.0 </version>
102
+ <version>2.6.1 </version>
103
103
</dependency>
104
104
105
105
<!-- Contains some alpha algorithms -->
106
106
<dependency>
107
107
<groupId>org.neo4j.gds</groupId>
108
108
<artifactId>alpha-algo</artifactId>
109
- <version>2.6.0 </version>
109
+ <version>2.6.1 </version>
110
110
</dependency>
111
111
----
112
112
@@ -118,28 +118,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
118
118
<dependency>
119
119
<groupId>org.neo4j.gds</groupId>
120
120
<artifactId>proc-common</artifactId>
121
- <version>2.6.0 </version>
121
+ <version>2.6.1 </version>
122
122
</dependency>
123
123
124
124
<!-- Contains the productized algorithm procedures -->
125
125
<dependency>
126
126
<groupId>org.neo4j.gds</groupId>
127
127
<artifactId>proc</artifactId>
128
- <version>2.6.0 </version>
128
+ <version>2.6.1 </version>
129
129
</dependency>
130
130
131
131
<!-- Contains some alpha algorithm procedures-->
132
132
<dependency>
133
133
<groupId>org.neo4j.gds</groupId>
134
134
<artifactId>alpha-proc</artifactId>
135
- <version>2.6.0 </version>
135
+ <version>2.6.1 </version>
136
136
</dependency>
137
137
138
138
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
139
139
<dependency>
140
140
<groupId>org.neo4j.gds</groupId>
141
141
<artifactId>open-write-services</artifactId>
142
- <version>2.6.0 </version>
142
+ <version>2.6.1 </version>
143
143
</dependency>
144
144
----
145
145
0 commit comments