@@ -70,7 +70,7 @@ For the most basic set of features, like graph loading and the graph representat
70
70
<dependency>
71
71
<groupId>org.neo4j.gds</groupId>
72
72
<artifactId>core</artifactId>
73
- <version>2.13.2 </version>
73
+ <version>2.13.3 </version>
74
74
</dependency>
75
75
----
76
76
@@ -82,21 +82,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
82
82
<dependency>
83
83
<groupId>org.neo4j.gds</groupId>
84
84
<artifactId>algo-common</artifactId>
85
- <version>2.13.2 </version>
85
+ <version>2.13.3 </version>
86
86
</dependency>
87
87
88
88
<!-- Contains the productized algorithms -->
89
89
<dependency>
90
90
<groupId>org.neo4j.gds</groupId>
91
91
<artifactId>algo</artifactId>
92
- <version>2.13.2 </version>
92
+ <version>2.13.3 </version>
93
93
</dependency>
94
94
95
95
<!-- Contains some alpha algorithms -->
96
96
<dependency>
97
97
<groupId>org.neo4j.gds</groupId>
98
98
<artifactId>alpha-algo</artifactId>
99
- <version>2.13.2 </version>
99
+ <version>2.13.3 </version>
100
100
</dependency>
101
101
----
102
102
@@ -108,28 +108,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
108
108
<dependency>
109
109
<groupId>org.neo4j.gds</groupId>
110
110
<artifactId>proc-common</artifactId>
111
- <version>2.13.2 </version>
111
+ <version>2.13.3 </version>
112
112
</dependency>
113
113
114
114
<!-- Contains the productized algorithm procedures -->
115
115
<dependency>
116
116
<groupId>org.neo4j.gds</groupId>
117
117
<artifactId>proc</artifactId>
118
- <version>2.13.2 </version>
118
+ <version>2.13.3 </version>
119
119
</dependency>
120
120
121
121
<!-- Contains some alpha algorithm procedures-->
122
122
<dependency>
123
123
<groupId>org.neo4j.gds</groupId>
124
124
<artifactId>alpha-proc</artifactId>
125
- <version>2.13.2 </version>
125
+ <version>2.13.3 </version>
126
126
</dependency>
127
127
128
128
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
129
129
<dependency>
130
130
<groupId>org.neo4j.gds</groupId>
131
131
<artifactId>open-write-services</artifactId>
132
- <version>2.13.2 </version>
132
+ <version>2.13.3 </version>
133
133
</dependency>
134
134
----
135
135
0 commit comments