Skip to content

[12.0.x EE9] Bump the dev-dependencies group across 1 directory with 5 updates - #15720

Closed
dependabot[bot] wants to merge 1 commit into
jetty-12.0.xfrom
dependabot/maven/jetty-ee9/jetty-12.0.x/dev-dependencies-f1a252cd4d
Closed

dependabot[bot] wants to merge 1 commit into
jetty-12.0.xfrom
dependabot/maven/jetty-ee9/jetty-12.0.x/dev-dependencies-f1a252cd4d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 5 updates in the /jetty-ee9 directory:

Package From To
org.glassfish.jersey.containers:jersey-container-servlet 3.0.18 3.1.0
org.glassfish.jersey.inject:jersey-hk2 3.0.18 3.1.0
org.glassfish.jersey.media:jersey-media-json-binding 3.0.18 3.1.0
org.conscrypt:conscrypt-openjdk-uber 2.6.3 2.7.0
org.jboss.threads:jboss-threads 3.9.2 3.10.1

Updates org.glassfish.jersey.containers:jersey-container-servlet from 3.0.18 to 3.1.0

Updates org.glassfish.jersey.inject:jersey-hk2 from 3.0.18 to 3.1.0

Updates org.glassfish.jersey.media:jersey-media-json-binding from 3.0.18 to 3.1.0

Updates org.glassfish.jersey.inject:jersey-hk2 from 3.0.18 to 3.1.0

Updates org.glassfish.jersey.media:jersey-media-json-binding from 3.0.18 to 3.1.0

Updates org.conscrypt:conscrypt-openjdk-uber from 2.6.3 to 2.7.0

Release notes

Sourced from org.conscrypt:conscrypt-openjdk-uber's releases.

v2.7.0

Conscrypt Version 2.7.0.

This is a new release of conscrypt-openjdk, conscrypt-openjdk-uber and conscrypt-android on maven.

It includes the following changes:

  • TLS uses X25519MLKEM768 by default.
  • Encrypted Client Hello (ECH).
  • Composite-ML-DSA Signatures (with Ed25519, ECDSA, RSA PKCS1 and RSA PSS).
  • Hash-SLH-DSA Signatures (with SHA384).
  • Some cleanups.

v2.7-alpha

Conscrypt Version 2.7-alpha.

This is a new release of conscrypt-openjdk, conscrypt-openjdk-uber and conscrypt-android on maven.

It includes the following changes:

  • TLS uses X25519MLKEM768 by default.
  • Encrypted Client Hello (ECH).
  • Composite-ML-DSA Signatures (with Ed25519, ECDSA, RSA PKCS1 and RSA PSS).
  • Hash-SLH-DSA Signatures (with SHA384).
  • Some cleanups.
Commits

Updates org.jboss.threads:jboss-threads from 3.9.2 to 3.10.1

Commits
  • 5687e5b Prep 3.10.1
  • 4c7c1e2 Merge pull request #325 from dmlloyd/tccl-leak
  • 77abe1a Avoid leaking TCCL if EQE is retained after shutdown
  • 3ed48b0 Merge pull request #324 from jboss/dependabot/github_actions/actions/setup-ja...
  • 7059e04 Bump actions/setup-java from 5.7.0 to 6.0.0
  • 388f36d Merge pull request #322 from jboss/dependabot/maven/org.graalvm.sdk-nativeima...
  • 09a0b9d Bump org.graalvm.sdk:nativeimage from 25.2.4 to 25.3.4.1
  • 3c975ec Merge pull request #321 from jboss/dependabot/github_actions/actions/setup-ja...
  • fae9bef Bump actions/setup-java from 5.6.0 to 5.7.0
  • 33fc9df Merge pull request #320 from jboss/dependabot/maven/org.junit.jupiter-junit-j...
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…5 updates

Bumps the dev-dependencies group with 5 updates in the /jetty-ee9 directory:

| Package | From | To |
| --- | --- | --- |
| org.glassfish.jersey.containers:jersey-container-servlet | `3.0.18` | `3.1.0` |
| org.glassfish.jersey.inject:jersey-hk2 | `3.0.18` | `3.1.0` |
| org.glassfish.jersey.media:jersey-media-json-binding | `3.0.18` | `3.1.0` |
| [org.conscrypt:conscrypt-openjdk-uber](https://github.com/google/conscrypt) | `2.6.3` | `2.7.0` |
| [org.jboss.threads:jboss-threads](https://github.com/jbossas/jboss-threads) | `3.9.2` | `3.10.1` |



Updates `org.glassfish.jersey.containers:jersey-container-servlet` from 3.0.18 to 3.1.0

Updates `org.glassfish.jersey.inject:jersey-hk2` from 3.0.18 to 3.1.0

Updates `org.glassfish.jersey.media:jersey-media-json-binding` from 3.0.18 to 3.1.0

Updates `org.glassfish.jersey.inject:jersey-hk2` from 3.0.18 to 3.1.0

Updates `org.glassfish.jersey.media:jersey-media-json-binding` from 3.0.18 to 3.1.0

Updates `org.conscrypt:conscrypt-openjdk-uber` from 2.6.3 to 2.7.0
- [Release notes](https://github.com/google/conscrypt/releases)
- [Commits](google/conscrypt@2.6.3...2.7.0)

Updates `org.jboss.threads:jboss-threads` from 3.9.2 to 3.10.1
- [Release notes](https://github.com/jbossas/jboss-threads/releases)
- [Commits](jboss/jboss-threads@3.9.2...3.10.1)

---
updated-dependencies:
- dependency-name: org.glassfish.jersey.containers:jersey-container-servlet
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.glassfish.jersey.inject:jersey-hk2
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.glassfish.jersey.media:jersey-media-json-binding
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.glassfish.jersey.inject:jersey-hk2
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.glassfish.jersey.media:jersey-media-json-binding
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.conscrypt:conscrypt-openjdk-uber
  dependency-version: 2.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jboss.threads:jboss-threads
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

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 Sep 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 5, 2026
@dependabot
dependabot Bot deleted the dependabot/maven/jetty-ee9/jetty-12.0.x/dev-dependencies-f1a252cd4d branch September 5, 2026 00:20
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