Skip to content

Comments

build(deps-dev): bump org.apache.httpcomponents.core5:httpcore5 from 5.4 to 5.4.1#8368

Merged
pethers merged 1 commit intomasterfrom
dependabot/maven/org.apache.httpcomponents.core5-httpcore5-5.4.1
Feb 10, 2026
Merged

build(deps-dev): bump org.apache.httpcomponents.core5:httpcore5 from 5.4 to 5.4.1#8368
pethers merged 1 commit intomasterfrom
dependabot/maven/org.apache.httpcomponents.core5-httpcore5-5.4.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps org.apache.httpcomponents.core5:httpcore5 from 5.4 to 5.4.1.

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.

Release 5.4.1

This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.

Change Log

  • Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt

  • Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt

  • Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt

  • Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski

  • Bug fix: Fix SOCKS handshake to fail on EOF. (#604) Contributed by Arturo Bernal

  • Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski

  • Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt

  • Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski

  • Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski

Commits
  • c728dd8 HttpCore 5.4.1 release
  • b5e2b02 Update release notes for HttpCore 5.4.1 release
  • 17ce37a Ensure TCP-specific socket options are set
  • a33904a LaxConnPool: Prevent integer overflow in getTotalStats()
  • 92dbfea LaxConnPool: Loop over expired connections
  • 0d9d1aa StrictConnPool: Fix FIFO implementation
  • 7230a04 Bug fix: Corrected exception propagation in protocol negotiators exception ha...
  • 2b8615d Fix SOCKS handshake to fail on EOF. (#604)
  • 5d96deb Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream
  • 15e9de4 ComplexCancellable: Fix race condition
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.4 to 5.4.1.
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4...rel/v5.4.1)

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-version: 5.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Feb 10, 2026
@dependabot dependabot bot requested a review from pethers as a code owner February 10, 2026 21:40
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Feb 10, 2026
@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA a325cdc.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

OpenSSF Scorecard

PackageVersionScoreDetails
maven/org.apache.httpcomponents.core5:httpcore5 5.4.1 🟢 7.6
Details
CheckScoreReason
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 4Found 12/28 approved changesets -- score normalized to 4
Security-Policy🟢 10security policy file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Fuzzing🟢 10project is fuzzed
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits

Scanned Files

  • citizen-intelligence-agency/pom.xml

@sonarqubecloud
Copy link

@github-actions
Copy link

📚 Javadoc Generated

The Javadoc documentation has been generated for this PR. Download the javadoc artifact from the workflow run to view the complete API documentation with UML diagrams.

@pethers pethers merged commit 504931a into master Feb 10, 2026
9 checks passed
@pethers pethers deleted the dependabot/maven/org.apache.httpcomponents.core5-httpcore5-5.4.1 branch February 10, 2026 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update Java code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant