Skip to content

Bump jetty.version from 12.1.10 to 12.1.11#3447

Open
dependabot[bot] wants to merge 1 commit into
6.0from
dependabot/maven/6.0/jetty.version-12.1.11
Open

Bump jetty.version from 12.1.10 to 12.1.11#3447
dependabot[bot] wants to merge 1 commit into
6.0from
dependabot/maven/6.0/jetty.version-12.1.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps jetty.version from 12.1.10 to 12.1.11.
Updates org.eclipse.jetty:jetty-bom from 12.1.10 to 12.1.11

Release notes

Sourced from org.eclipse.jetty:jetty-bom's releases.

12.1.11

Changelog

  • #15345 - Move RateControl to jetty-io
  • #15308 - CachingWebAppClassLoader is not registering as parallel capable
  • #15267 - Introduce module for MinimumDataRateHandler
  • #15234 - Review error response codes from EagerContentHandler
  • #15232 - Jetty 12.1.x EE11 doesn't handle Session attributes properly
  • #15228 - Fix increased in memory usage between 12.1.8 and 12.1.10 caused by ZipFileSystems
  • #15226 - Server becomes inaccessible with thousands of qtp threads blocked in HttpChannelState.onIdleTimeout ReentrantLock
  • #15217 - jetty-quic-quiche-foreign fails on Windows due to eager resolution of Unix-only quiche_conn_set_keylog_fd
  • #15156 - Injecting authentication headers using request filters
Commits
  • 6c1ced3 Updating to version 12.1.11
  • 852c52d Cleanup javadoc for recently deprecated Context newResource methods. (#15354)
  • ce0c7f5 Issue #15234 - Review error response codes from EagerContentHandler and FormF...
  • 994f8b1 Updates to #15224 - Retain explicit HTTP version in redirects.
  • fae1edd [httpclient] forward httpversion for http:// uri on request.copy to avoid to ...
  • 7192101 Fixes #15345 - Move RateControl to jetty-io.
  • 65c44e0 #15333 upgrade quiche to version 0.29.2
  • 0f096b5 Bump actions/stale from 10.2.0 to 10.3.0 (#15166)
  • 1defd98 [12.1.x EE8] Bump the spec-deps group across 1 directory with 2 updates (#15102)
  • 6315bce Merge pull request #15287 from jetty/fix/jetty-12.1.x/15156-InjectingAuthHead...
  • Additional commits viewable in compare view

Updates org.eclipse.jetty.ee10:jetty-ee10-bom from 12.1.10 to 12.1.11

Release notes

Sourced from org.eclipse.jetty.ee10:jetty-ee10-bom's releases.

12.1.11

Changelog

  • #15345 - Move RateControl to jetty-io
  • #15308 - CachingWebAppClassLoader is not registering as parallel capable
  • #15267 - Introduce module for MinimumDataRateHandler
  • #15234 - Review error response codes from EagerContentHandler
  • #15232 - Jetty 12.1.x EE11 doesn't handle Session attributes properly
  • #15228 - Fix increased in memory usage between 12.1.8 and 12.1.10 caused by ZipFileSystems
  • #15226 - Server becomes inaccessible with thousands of qtp threads blocked in HttpChannelState.onIdleTimeout ReentrantLock
  • #15217 - jetty-quic-quiche-foreign fails on Windows due to eager resolution of Unix-only quiche_conn_set_keylog_fd
  • #15156 - Injecting authentication headers using request filters
Commits
  • 6c1ced3 Updating to version 12.1.11
  • 852c52d Cleanup javadoc for recently deprecated Context newResource methods. (#15354)
  • ce0c7f5 Issue #15234 - Review error response codes from EagerContentHandler and FormF...
  • 994f8b1 Updates to #15224 - Retain explicit HTTP version in redirects.
  • fae1edd [httpclient] forward httpversion for http:// uri on request.copy to avoid to ...
  • 7192101 Fixes #15345 - Move RateControl to jetty-io.
  • 65c44e0 #15333 upgrade quiche to version 0.29.2
  • 0f096b5 Bump actions/stale from 10.2.0 to 10.3.0 (#15166)
  • 1defd98 [12.1.x EE8] Bump the spec-deps group across 1 directory with 2 updates (#15102)
  • 6315bce Merge pull request #15287 from jetty/fix/jetty-12.1.x/15156-InjectingAuthHead...
  • Additional commits viewable in compare view

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 `jetty.version` from 12.1.10 to 12.1.11.

Updates `org.eclipse.jetty:jetty-bom` from 12.1.10 to 12.1.11
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-12.1.10...jetty-12.1.11)

Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.1.10 to 12.1.11
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-12.1.10...jetty-12.1.11)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-version: 12.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-version: 12.1.11
  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 Jul 14, 2026
@dependabot
dependabot Bot requested a review from manovotn as a code owner July 14, 2026 11:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 14, 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