diff --git a/src/site/markdown/httpcomponents-client-5.6.x/observation.md b/src/site/markdown/httpcomponents-client-5.6.x/observation.md
index b95737e..de81077 100644
--- a/src/site/markdown/httpcomponents-client-5.6.x/observation.md
+++ b/src/site/markdown/httpcomponents-client-5.6.x/observation.md
@@ -83,16 +83,6 @@ Nothing is enabled unless you add Micrometer and call the opt-in helpers.
## Dependency
-**Maven**
-```xml
-
- org.apache.httpcomponents.client5
- httpclient5-observation
- 5.6-alpha1
-
-
-## Dependency
-
**Maven**
```xml
@@ -100,7 +90,7 @@ Nothing is enabled unless you add Micrometer and call the opt-in helpers.
org.apache.httpcomponents.client5
httpclient5-observation
- 5.6-alpha1
+ 5.6.1
@@ -133,4 +123,5 @@ Nothing is enabled unless you add Micrometer and call the opt-in helpers.
micrometer-tracing-bridge-otel
${micrometer.tracing.version}
true
-
\ No newline at end of file
+
+```