diff --git a/README.md b/README.md
index b61bbc1b0..001a1d8f9 100644
--- a/README.md
+++ b/README.md
@@ -19,14 +19,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only*
## Installation
-### Stable Release (currently `7.5.0`)
+### Stable Release (currently `7.5.2`)
Available through any Maven-compatible tool:
```xml
org.elasticsearch
elasticsearch-hadoop
- 7.5.0
+ 7.5.2
```
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
@@ -38,7 +38,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont
org.elasticsearch
elasticsearch-hadoop
- 7.5.0-SNAPSHOT
+ 7.5.2-SNAPSHOT
```
diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties
index 778905898..7dcf5d7b9 100644
--- a/buildSrc/esh-version.properties
+++ b/buildSrc/esh-version.properties
@@ -1,3 +1,3 @@
-eshadoop = 7.5.2
-elasticsearch = 7.5.2
-build-tools = 7.5.2
+eshadoop = 7.5.3
+elasticsearch = 7.5.3
+build-tools = 7.5.3