Skip to content

Commit 877a26a

Browse files
committed
Post-release 2.13.3
1 parent 92056c8 commit 877a26a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2</version>
73+
<version>2.13.3</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.2</version>
85+
<version>2.13.3</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.2</version>
92+
<version>2.13.3</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.2</version>
99+
<version>2.13.3</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.2</version>
111+
<version>2.13.3</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.2</version>
118+
<version>2.13.3</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.2</version>
125+
<version>2.13.3</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.2</version>
132+
<version>2.13.3</version>
133133
</dependency>
134134
----
135135

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.13.2'
10+
gdsVersion = '2.13.3'
1111
neo4jVersion = '5.26.4'
1212

1313
// Necessary to generate value classes for Pregel configs

gradle/version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ext {
2-
gdsVersion = '2.13.3'
2+
gdsVersion = '2.13.4'
33
}

0 commit comments

Comments
 (0)