diff --git a/README.adoc b/README.adoc
index 1d8c764f69..0ac5ef2191 100644
--- a/README.adoc
+++ b/README.adoc
@@ -109,7 +109,7 @@ For the most basic set of features, like graph loading and the graph representat
org.neo4j.gds
core
- 2.5.1
+ 2.5.2
----
@@ -121,21 +121,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
org.neo4j.gds
algo-common
- 2.5.1
+ 2.5.2
org.neo4j.gds
algo
- 2.5.1
+ 2.5.2
org.neo4j.gds
alpha-algo
- 2.5.1
+ 2.5.2
----
@@ -147,28 +147,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
org.neo4j.gds
proc-common
- 2.5.1
+ 2.5.2
org.neo4j.gds
proc
- 2.5.1
+ 2.5.2
org.neo4j.gds
alpha-proc
- 2.5.1
+ 2.5.2
org.neo4j.gds
open-write-services
- 2.5.1
+ 2.5.2
----
diff --git a/examples/pregel-bootstrap/build.gradle b/examples/pregel-bootstrap/build.gradle
index 1c87340ac3..ec4a3c3b39 100644
--- a/examples/pregel-bootstrap/build.gradle
+++ b/examples/pregel-bootstrap/build.gradle
@@ -7,7 +7,7 @@ plugins {
ext {
// Make sure these are the same as your installation of GDS and Neo4j
- gdsVersion = '2.5.1'
+ gdsVersion = '2.5.2'
neo4jVersion = '5.13.0'
// Necessary to generate value classes for Pregel configs
diff --git a/gradle/version.gradle b/gradle/version.gradle
index 0ca68c6eac..c9d99d5748 100644
--- a/gradle/version.gradle
+++ b/gradle/version.gradle
@@ -1,5 +1,5 @@
ext {
- gdsBaseVersion = '2.5.2'
+ gdsBaseVersion = '2.5.3'
gdsAuraVersion = '42'
gdsVersion = gdsBaseVersion + (rootProject.hasProperty('aurads') ? "+${gdsAuraVersion}" : "")