Skip to content

[12.1.x EE9] Bump the dev-dependencies group in /jetty-ee9 with 6 updates#15412

Open
dependabot[bot] wants to merge 1 commit into
jetty-12.1.xfrom
dependabot/maven/jetty-ee9/jetty-12.1.x/dev-dependencies-5a00f3707b
Open

[12.1.x EE9] Bump the dev-dependencies group in /jetty-ee9 with 6 updates#15412
dependabot[bot] wants to merge 1 commit into
jetty-12.1.xfrom
dependabot/maven/jetty-ee9/jetty-12.1.x/dev-dependencies-5a00f3707b

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

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
ch.qos.logback:logback-core 1.5.37 1.5.38
io.grpc:grpc-core 1.82.1 1.82.2
io.grpc:grpc-netty-shaded 1.82.1 1.82.2

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.media:jersey-media-json-binding from 3.0.18 to 3.1.0

Updates ch.qos.logback:logback-core from 1.5.37 to 1.5.38

Release notes

Sourced from ch.qos.logback:logback-core's releases.

Logback 1.5.38

2026-07-09 Release of logback version 1.5.38

• In HardenedObjectInputStream, fixed a typo preventing Throwable objects from being white-filtered. This issue was reported in [PR #1045](qos-ch/logback#1045) by t0rchwo0d.

• A bitwise identical binary of this version can be reproduced by building from source code at commit d04984a41fce42977466f45a2f076f0ee5cc4207 associated with the tag v_1.5.38. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • d04984a prepare release 1.5.38
  • 4fffda6 updateversion of maven-gpg-plugin
  • 7ee48a1 Fixed a typo where java,lang.Throwable was written with a comma instead of a ...
  • 84580a2 remove license profile
  • f817c8d start work on 1.5.28-SNAPSHOT
  • See full diff in compare view

Updates io.grpc:grpc-core from 1.82.1 to 1.82.2

Release notes

Sourced from io.grpc:grpc-core's releases.

v1.82.2

  • Revert "xds: reuse connections to the control plane across channels" added in 1.81.0 (#12886). If using xds heavily with many targets, then MAX_CONCURRENT_STREAMS to the control plane could be exceeded. This then prevents loading resources for new targets, which causes those channels to hang on name resolution. RPCs would see the nondescript "DEADLINE_EXCEEDED: Deadline Context was exceeded after Xs" or "DEADLINE_EXCEEDED: Deadline CallOptions was exceeded after Xs"
Commits
  • 86780d3 Bump version to 1.82.2
  • f865ab7 Update README etc to reference 1.82.2
  • 00ff5e5 Revert "xds: reuse GrpcXdsTransport and underlying gRPC channel to the same x...
  • 5be5f4c Bump version to 1.82.2-SNAPSHOT
  • See full diff in compare view

Updates io.grpc:grpc-netty-shaded from 1.82.1 to 1.82.2

Release notes

Sourced from io.grpc:grpc-netty-shaded's releases.

v1.82.2

  • Revert "xds: reuse connections to the control plane across channels" added in 1.81.0 (#12886). If using xds heavily with many targets, then MAX_CONCURRENT_STREAMS to the control plane could be exceeded. This then prevents loading resources for new targets, which causes those channels to hang on name resolution. RPCs would see the nondescript "DEADLINE_EXCEEDED: Deadline Context was exceeded after Xs" or "DEADLINE_EXCEEDED: Deadline CallOptions was exceeded after Xs"
Commits
  • 86780d3 Bump version to 1.82.2
  • f865ab7 Update README etc to reference 1.82.2
  • 00ff5e5 Revert "xds: reuse GrpcXdsTransport and underlying gRPC channel to the same x...
  • 5be5f4c Bump version to 1.82.2-SNAPSHOT
  • See full diff in compare view

Updates io.grpc:grpc-netty-shaded from 1.82.1 to 1.82.2

Release notes

Sourced from io.grpc:grpc-netty-shaded's releases.

v1.82.2

  • Revert "xds: reuse connections to the control plane across channels" added in 1.81.0 (#12886). If using xds heavily with many targets, then MAX_CONCURRENT_STREAMS to the control plane could be exceeded. This then prevents loading resources for new targets, which causes those channels to hang on name resolution. RPCs would see the nondescript "DEADLINE_EXCEEDED: Deadline Context was exceeded after Xs" or "DEADLINE_EXCEEDED: Deadline CallOptions was exceeded after Xs"
Commits
  • 86780d3 Bump version to 1.82.2
  • f865ab7 Update README etc to reference 1.82.2
  • 00ff5e5 Revert "xds: reuse GrpcXdsTransport and underlying gRPC channel to the same x...
  • 5be5f4c Bump version to 1.82.2-SNAPSHOT
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.glassfish.jersey.containers:jersey-container-servlet [>= 3.1.a0, < 3.2]

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

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

| 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` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.37` | `1.5.38` |
| [io.grpc:grpc-core](https://github.com/grpc/grpc-java) | `1.82.1` | `1.82.2` |
| [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | `1.82.1` | `1.82.2` |


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.media:jersey-media-json-binding` from 3.0.18 to 3.1.0

Updates `ch.qos.logback:logback-core` from 1.5.37 to 1.5.38
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.37...v_1.5.38)

Updates `io.grpc:grpc-core` from 1.82.1 to 1.82.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.82.1...v1.82.2)

Updates `io.grpc:grpc-netty-shaded` from 1.82.1 to 1.82.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.82.1...v1.82.2)

Updates `io.grpc:grpc-netty-shaded` from 1.82.1 to 1.82.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.82.1...v1.82.2)

---
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.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: ch.qos.logback:logback-core
  dependency-version: 1.5.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.grpc:grpc-core
  dependency-version: 1.82.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-version: 1.82.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-version: 1.82.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jul 11, 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