From 49d58a8f7d0da434d82a0c4c4c370d01f4af97ef Mon Sep 17 00:00:00 2001 From: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com> Date: Tue, 26 May 2026 12:33:45 +0900 Subject: [PATCH] Fix duplicated markdown and bump version Remove duplicated section of markdown. Updated the version of the httpclient5-observation dependency to 5.6.1 in the Maven configuration sample. --- .../httpcomponents-client-5.6.x/observation.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) 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 + +```