diff --git a/pom.xml b/pom.xml
index b4bcd1cad..98525d1fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
3.0.8-SNAPSHOT
- 7.17.9
+ 7.17.11
8.5.3
diff --git a/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc b/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc
index 612178ce1..b8e6ad22b 100644
--- a/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc
+++ b/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc
@@ -154,7 +154,7 @@ The old deprecated `RestHighLevelClient` can still be used, but you will need to
org.elasticsearch.client
elasticsearch-rest-high-level-client
- 7.17.9
+ 7.17.11
commons-logging
@@ -165,4 +165,4 @@ The old deprecated `RestHighLevelClient` can still be used, but you will need to
----
====
-Make sure to specify the version 7.17.9 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist.
+Make sure to specify the version 7.17.11 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist.