build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.6#840
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
9c84898 to
bb2511e
Compare
nthmost-orkes
added a commit
to nthmost-orkes/conductor
that referenced
this pull request
Mar 12, 2026
Bumps org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.6 across the project: - dependencies.gradle: updates revApacheHttpComponentsClient5 (used by http-task) - os-persistence-v3: bumps inline declaration and adds an explicit httpcore5:5.4 pin to force dependency resolution above the older httpcore5 version that opensearch-rest-client 3.x brings in transitively; without it, TestOpenSearchRestDAO fails at runtime with ClassNotFoundException: org.apache.hc.core5.http.ProtocolVersionParser os-persistence-v2 is left at 5.2.1 — that module is intentionally pinned to the OpenSearch 2.x ecosystem. Surfaced by dependabot PR conductor-oss#840, which failed CI due to the missing httpcore5 pin. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 tasks
nthmost-orkes
added a commit
to nthmost-orkes/conductor
that referenced
this pull request
Mar 13, 2026
Bumps org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.6 across the project: - dependencies.gradle: updates revApacheHttpComponentsClient5 (used by http-task) - os-persistence-v3: bumps inline declaration and adds an explicit httpcore5:5.4 pin to force dependency resolution above the older httpcore5 version that opensearch-rest-client 3.x brings in transitively; without it, TestOpenSearchRestDAO fails at runtime with ClassNotFoundException: org.apache.hc.core5.http.ProtocolVersionParser os-persistence-v2 is left at 5.2.1 — that module is intentionally pinned to the OpenSearch 2.x ecosystem. Surfaced by dependabot PR conductor-oss#840, which failed CI due to the missing httpcore5 pin. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
nthmost-orkes
added a commit
to nthmost-orkes/conductor
that referenced
this pull request
Mar 13, 2026
Aligns httpclient5 with the version already managed by the Spring Boot 3.3.11 BOM (5.3.1), which is proven compatible with httpcore5:5.2.5 and opensearch-rest-client:3.0.0. Changes: - dependencies.gradle: revApacheHttpComponentsClient5 5.2.1 → 5.3.1 (used by http-task) - os-persistence-v3: inline httpclient5 declaration 5.2.1 → 5.3.1 - os-persistence-v2: left at 5.2.1 (pinned to OpenSearch 2.x ecosystem) httpclient5:5.6 was investigated and rejected: it requires httpcore5:5.4 (NoSuchMethodError on DefaultHttpRequestWriterFactory), and even with httpcore5:5.4 forced, it breaks opensearch-rest-client:3.0.0 response decompression (ZipException: Not in GZIP format in TestOpenSearchRestDAO). 5.6 is not compatible with the current OpenSearch client stack. Surfaced by dependabot PR conductor-oss#840. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.2.1 to 5.6. - [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-client@rel/v5.2.1...rel/v5.6) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-version: '5.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
bb2511e to
be10c51
Compare
nthmost-orkes
added a commit
to nthmost-orkes/conductor
that referenced
this pull request
Mar 13, 2026
Aligns httpclient5 with the version already managed by the Spring Boot 3.3.11 BOM (5.3.1), which is proven compatible with httpcore5:5.2.5 and opensearch-rest-client:3.0.0. Changes: - dependencies.gradle: revApacheHttpComponentsClient5 5.2.1 → 5.3.1 (used by http-task) - os-persistence-v3: inline httpclient5 declaration 5.2.1 → 5.3.1 - os-persistence-v2: left at 5.2.1 (pinned to OpenSearch 2.x ecosystem) httpclient5:5.6 was investigated and rejected: it requires httpcore5:5.4 (NoSuchMethodError on DefaultHttpRequestWriterFactory), and even with httpcore5:5.4 forced, it breaks opensearch-rest-client:3.0.0 response decompression (ZipException: Not in GZIP format in TestOpenSearchRestDAO). 5.6 is not compatible with the current OpenSearch client stack. Surfaced by dependabot PR conductor-oss#840. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
nthmost-orkes
added a commit
that referenced
this pull request
Mar 13, 2026
Aligns httpclient5 with the version already managed by the Spring Boot 3.3.11 BOM (5.3.1), which is proven compatible with httpcore5:5.2.5 and opensearch-rest-client:3.0.0. Changes: - dependencies.gradle: revApacheHttpComponentsClient5 5.2.1 → 5.3.1 (used by http-task) - os-persistence-v3: inline httpclient5 declaration 5.2.1 → 5.3.1 - os-persistence-v2: left at 5.2.1 (pinned to OpenSearch 2.x ecosystem) httpclient5:5.6 was investigated and rejected: it requires httpcore5:5.4 (NoSuchMethodError on DefaultHttpRequestWriterFactory), and even with httpcore5:5.4 forced, it breaks opensearch-rest-client:3.0.0 response decompression (ZipException: Not in GZIP format in TestOpenSearchRestDAO). 5.6 is not compatible with the current OpenSearch client stack. Surfaced by dependabot PR #840. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Bumps org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.6.
Changelog
Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.
... (truncated)
Commits
decd193HttpClient 5.6 release11ea8e5Updated release notes for HttpClient 5.6 release77fa61aLimit the length of content codec list that can be processed automatically81b7971Upgraded HttpCore to version 5.42c7fe0fAdd OFFLOCK pool concurrency policy backed by RouteSegmentedConnPool (#765)1f4dea7Fixed Micrometer and OpenTelemetry dependency declarationd2fadd2Tag TLS handshake timeout tests withslowe52e466TestTlsHandshakeTimeout: Disable assertions on Java 877f52f0Upgraded HttpClient version to 5.6-alpha2-SNAPSHOT48e0f25HttpClient 5.6-alpha1 releaseDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)