Skip to content

Commit 47ec50f

Browse files
committed
updtaed maven coords and pregel to 2.5.5
1 parent fa7b01d commit 47ec50f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ For the most basic set of features, like graph loading and the graph representat
110110
<dependency>
111111
<groupId>org.neo4j.gds</groupId>
112112
<artifactId>core</artifactId>
113-
<version>2.5.4</version>
113+
<version>2.5.5</version>
114114
</dependency>
115115
----
116116

@@ -122,21 +122,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
122122
<dependency>
123123
<groupId>org.neo4j.gds</groupId>
124124
<artifactId>algo-common</artifactId>
125-
<version>2.5.4</version>
125+
<version>2.5.5</version>
126126
</dependency>
127127
128128
<!-- Contains the productized algorithms -->
129129
<dependency>
130130
<groupId>org.neo4j.gds</groupId>
131131
<artifactId>algo</artifactId>
132-
<version>2.5.4</version>
132+
<version>2.5.5</version>
133133
</dependency>
134134
135135
<!-- Contains some alpha algorithms -->
136136
<dependency>
137137
<groupId>org.neo4j.gds</groupId>
138138
<artifactId>alpha-algo</artifactId>
139-
<version>2.5.4</version>
139+
<version>2.5.5</version>
140140
</dependency>
141141
----
142142

@@ -148,28 +148,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
148148
<dependency>
149149
<groupId>org.neo4j.gds</groupId>
150150
<artifactId>proc-common</artifactId>
151-
<version>2.5.4</version>
151+
<version>2.5.5</version>
152152
</dependency>
153153
154154
<!-- Contains the productized algorithm procedures -->
155155
<dependency>
156156
<groupId>org.neo4j.gds</groupId>
157157
<artifactId>proc</artifactId>
158-
<version>2.5.4</version>
158+
<version>2.5.5</version>
159159
</dependency>
160160
161161
<!-- Contains some alpha algorithm procedures-->
162162
<dependency>
163163
<groupId>org.neo4j.gds</groupId>
164164
<artifactId>alpha-proc</artifactId>
165-
<version>2.5.4</version>
165+
<version>2.5.5</version>
166166
</dependency>
167167
168168
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
169169
<dependency>
170170
<groupId>org.neo4j.gds</groupId>
171171
<artifactId>open-write-services</artifactId>
172-
<version>2.5.4</version>
172+
<version>2.5.5</version>
173173
</dependency>
174174
----
175175

examples/pregel-bootstrap/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
ext {
99
// Make sure these are the same as your installation of GDS and Neo4j
10-
gdsVersion = '2.5.4'
10+
gdsVersion = '2.5.5'
1111
neo4jVersion = '5.13.0'
1212

1313
// Necessary to generate value classes for Pregel configs

0 commit comments

Comments
 (0)