Skip to content

Bump org.apache.httpcomponents.core5:httpcore5 from 5.4.1 to 5.4.2#81

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.apache.httpcomponents.core5-httpcore5-5.4.2
Open

Bump org.apache.httpcomponents.core5:httpcore5 from 5.4.1 to 5.4.2#81
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.apache.httpcomponents.core5-httpcore5-5.4.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

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

Changelog

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

Release 5.4.2

This maintenance release fixes a bug in the lax connection pool where expired connection cleanup fails to update the number of available connections, potentially causing the client to eventually deadlock. Two other fixes are included as well, one for a memory leak in the implementation of HTTP/2 stream priority and one in the parseLenient method, which should ignore illegal character names.

Change Log

  • Bug fix: Decrement pool entry count in LaxConnPool upon discarding an expired connection. Contributed by Ryan Schmitt

  • Bug fix: Fix HTTP/2 stream priority memory leak. (#617) Contributed by Arturo Bernal

  • Bug fix: Fix parseLenient to ignore illegal charset names. (#618) Contributed by Arturo Bernal

Commits
  • 4ee5b2a HttpCore 5.4.2 release
  • fb3b743 Update release notes for HttpCore 5.4.2 release
  • 02ac686 LaxConnPool: Deallocate pool entry upon discarding expired connection
  • 9a641bd Fix HTTP/2 stream priority memory leak by dropping unused PriorityValue cache...
  • dbc8788 HTTPCORE-794 - Fix parseLenient to ignore illegal charset names (#618)
  • 95d7182 Upgraded HttpCore version to 5.4.2-SNAPSHOT
  • See full diff 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.1 to 5.4.2.
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.2/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4.1...rel/v5.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants