@@ -84,7 +84,7 @@ For the most basic set of features, like graph loading and the graph representat
84
84
<dependency>
85
85
<groupId>org.neo4j.gds</groupId>
86
86
<artifactId>core</artifactId>
87
- <version>2.6.8 </version>
87
+ <version>2.6.9 </version>
88
88
</dependency>
89
89
----
90
90
@@ -96,21 +96,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
96
96
<dependency>
97
97
<groupId>org.neo4j.gds</groupId>
98
98
<artifactId>algo-common</artifactId>
99
- <version>2.6.8 </version>
99
+ <version>2.6.9 </version>
100
100
</dependency>
101
101
102
102
<!-- Contains the productized algorithms -->
103
103
<dependency>
104
104
<groupId>org.neo4j.gds</groupId>
105
105
<artifactId>algo</artifactId>
106
- <version>2.6.8 </version>
106
+ <version>2.6.9 </version>
107
107
</dependency>
108
108
109
109
<!-- Contains some alpha algorithms -->
110
110
<dependency>
111
111
<groupId>org.neo4j.gds</groupId>
112
112
<artifactId>alpha-algo</artifactId>
113
- <version>2.6.8 </version>
113
+ <version>2.6.9 </version>
114
114
</dependency>
115
115
----
116
116
@@ -122,28 +122,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
122
122
<dependency>
123
123
<groupId>org.neo4j.gds</groupId>
124
124
<artifactId>proc-common</artifactId>
125
- <version>2.6.8 </version>
125
+ <version>2.6.9 </version>
126
126
</dependency>
127
127
128
128
<!-- Contains the productized algorithm procedures -->
129
129
<dependency>
130
130
<groupId>org.neo4j.gds</groupId>
131
131
<artifactId>proc</artifactId>
132
- <version>2.6.8 </version>
132
+ <version>2.6.9 </version>
133
133
</dependency>
134
134
135
135
<!-- Contains some alpha algorithm procedures-->
136
136
<dependency>
137
137
<groupId>org.neo4j.gds</groupId>
138
138
<artifactId>alpha-proc</artifactId>
139
- <version>2.6.8 </version>
139
+ <version>2.6.9 </version>
140
140
</dependency>
141
141
142
142
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
143
143
<dependency>
144
144
<groupId>org.neo4j.gds</groupId>
145
145
<artifactId>open-write-services</artifactId>
146
- <version>2.6.8 </version>
146
+ <version>2.6.9 </version>
147
147
</dependency>
148
148
----
149
149
0 commit comments