Skip to content

build(deps): bump org.apache.httpcomponents.core5:httpcore5-h2 from 5.4.1 to 5.4.2#15010

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/org.apache.httpcomponents.core5-httpcore5-h2-5.4.2
Closed

build(deps): bump org.apache.httpcomponents.core5:httpcore5-h2 from 5.4.1 to 5.4.2#15010
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/org.apache.httpcomponents.core5-httpcore5-h2-5.4.2

Conversation

@dependabot
Copy link
Contributor

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

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

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5-h2'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-h2](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-h2
  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 area/backend Needs backend code changes dependency-upgrade Dependency upgrade is needed labels Mar 11, 2026
@github-project-automation github-project-automation bot moved this to To review in Pull Requests Mar 11, 2026
@github-actions
Copy link
Contributor

Tests report quick summary:

failed ❌ > tests: 4069, success: 4055, skipped: 13, failed: 1

Project Status Success Skipped Failed
cli success ✅ 80 0 0
core success ✅ 2010 0 0
executor success ✅ 4 0 0
jdbc success ✅ 11 0 0
jdbc-h2 failed ❌ 474 0 1
jdbc-mysql success ✅ 478 0 0
jdbc-postgres success ✅ 478 0 0
processor success ✅ 7 0 0
runner-memory success ✅ 1 0 0
scheduler success ✅ 24 0 0
script success ✅ 12 0 0
storage-local success ✅ 64 0 0
webserver success ✅ 421 0 0
worker success ✅ 4 0 0

Failed tests:

jdbc-h2 > io.kestra.runner.h2.H2ServiceLivenessCoordinatorTest > shouldReEmitTasksToTheSameWorkerGroup() failed ❌ in 30.329
org.opentest4j.AssertionFailedError: shouldReEmitTasksToTheSameWorkerGroup: resubmitLatchAwait was not OK, workerTaskResultQueue content: [{"taskRun":{"id":"3Hyt4E2wtxptHh3OeCdD40","executionId":"OBZQAy8IkC01oPdtZ42oB","namespace":"io.kestra.unit-test","flowId":"7A2WTtmjmUi7rxdKaOU16X","taskId":"unit-test","attempts":[{"state":{"current":"RUNNING","histories":[{"state":"CREATED","date":"2026-03-11T07:14:53.057213Z"},{"state":"RUNNING","date":"2026-03-11T07:14:53.057217Z"}],"startDate":"2026-03-11T07:14:53.057213Z"},"workerId":"1eYKmOdNGzRfBGC73jmmUB"}],"outputs":null,"state":{"current":"RUNNING","histories":[{"state":"CREATED","date":"2026-03-11T07:14:53.008009Z"},{"state":"RUNNING","date":"2026-03-11T07:14:53.030204Z"}],"startDate":"2026-03-11T07:14:53.008009Z"}},"dynamicTaskRuns":[]}]

org.opentest4j.AssertionFailedError: shouldReEmitTasksToTheSameWorkerGroup: resubmitLatchAwait was not OK, workerTaskResultQueue content: [{"taskRun":{"id":"3Hyt4E2wtxptHh3OeCdD40","executionId":"OBZQAy8IkC01oPdtZ42oB","namespace":"io.kestra.unit-test","flowId":"7A2WTtmjmUi7rxdKaOU16X","taskId":"unit-test","attempts":[{"state":{"current":"RUNNING","histories":[{"state":"CREATED","date":"2026-03-11T07:14:53.057213Z"},{"state":"RUNNING","date":"2026-03-11T07:14:53.057217Z"}],"startDate":"2026-03-11T07:14:53.057213Z"},"workerId":"1eYKmOdNGzRfBGC73jmmUB"}],"outputs":null,"state":{"current":"RUNNING","histories":[{"state":"CREATED","date":"2026-03-11T07:14:53.008009Z"},{"state":"RUNNING","date":"2026-03-11T07:14:53.030204Z"}],"startDate":"2026-03-11T07:14:53.008009Z"}},"dynamicTaskRuns":[]}]
	at io.kestra.jdbc.runner.JdbcServiceLivenessCoordinatorTest.shouldReEmitTasksToTheSameWorkerGroup(JdbcServiceLivenessCoordinatorTest.java:171)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension$2.proceed(MicronautJunit5Extension.java:154)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:171)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:128)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension.interceptTestMethod(MicronautJunit5Extension.java:141)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)

@github-actions
Copy link
Contributor

🧪 Java Unit Tests

TestsPassed ☑️Skipped ⚠️Failed ❌️Time ⏱
Java Tests Report4069 ran4055 ✅13 ⚠️1 ❌39m 55s 20ms
TestResultTime ⏱
Java Tests Report
H2ServiceLivenessCoordinatorTest.shouldReEmitTasksToTheSameWorkerGroup()❌ failure30s 329ms

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2026

Looks like org.apache.httpcomponents.core5:httpcore5-h2 is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 11, 2026
@dependabot dependabot bot deleted the dependabot/gradle/org.apache.httpcomponents.core5-httpcore5-h2-5.4.2 branch March 11, 2026 09:25
@github-project-automation github-project-automation bot moved this from To review to Done in Pull Requests Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/backend Needs backend code changes dependency-upgrade Dependency upgrade is needed

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

0 participants