diff --git a/pom.xml b/pom.xml
index 4e8021736..52ae2dd64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
3.0.9-SNAPSHOT
- 7.17.11
+ 7.17.12
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 b8e6ad22b..f9dc84200 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.11
+ 7.17.12
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.11 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist.
+Make sure to specify the version 7.17.12 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist.