Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.6.2 - autoclosed - #203
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
October 9, 2025 10:52
be6b9bf to
e18f96a
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
November 18, 2025 12:56
e18f96a to
182c484
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
December 20, 2025 00:38
182c484 to
9164f5e
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
December 20, 2025 14:05
9164f5e to
584adff
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
January 19, 2026 16:34
584adff to
c8aeb79
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
February 2, 2026 21:24
c8aeb79 to
dc47f72
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
February 12, 2026 13:42
dc47f72 to
d90e557
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
March 5, 2026 10:57
d90e557 to
98ed61c
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
March 13, 2026 18:55
98ed61c to
0043793
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
April 1, 2026 20:12
0043793 to
601581a
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
April 8, 2026 20:13
601581a to
5659f92
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
April 19, 2026 09:27
5659f92 to
43c024c
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
2 times, most recently
from
May 22, 2026 17:13
7a461f6 to
55e4f98
Compare
renovate
Bot
force-pushed
the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
from
June 29, 2026 22:03
55e4f98 to
ab19c18
Compare
renovate
Bot
deleted the
renovate/org.apache.httpcomponents.client5-httpclient5-5.x
branch
July 19, 2026 10:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.5→5.6.2Release Notes
apache/httpcomponents-client (org.apache.httpcomponents.client5:httpclient5)
v5.6This is the first ALPHA release in the 5.6 release series. It adds several features
such as transport content decompression and content compression for the async transport,
support for Unix sockets, experimental support for SCRAM-SHA-256 authentication scheme,
and Micrometer/OTel observations & metrics.
Commons Compress, Brotli codec, and ZStd codec are optional dependencies and get
wired into the execution pipeline only if present on the classpath.
Notable changes and features included in the 5.6 series:
Unix domain socket support.
Support for pluggable content codecs via Commons-Compress in the classic transport.
(optional).
Support for transparent content decompression and content compression with
deflate,gzip,zstd(optional), andbrotli(optional) codecs in the async transport.Micrometer/OTel observations & metrics (optinal).
Off-lock connection disposal by the classic pooling connection manager. Experimental.
SCRAM-SHA-256 authentication scheme (RFC 7804). Experimental.
Request Priority support (RFC 9218). Experimental.
Compatibility notes:
As of this version, HttpClient uses BUILTIN HostnameVerificationPolicy by default, delegating
host verification to JSSE security manager. One must explicitly configure the TLS strategy
to continue using the hostname verifier shipped with HttpClient.
Five-second TCP keep-alive is now enabled by default.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.