Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps org.openrewrite.recipe:rewrite-migrate-java from 3.23.0 to 3.24.0.

Release notes

Sourced from org.openrewrite.recipe:rewrite-migrate-java's releases.

3.24.0

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-migrate-java@v3.23.0...v3.24.0

Commits
  • 7592e24 Do not include UseEnumSetOf with chained Java upgrades
  • 195efc5 Avoid opinionated empty EnumSet by default (#959)
  • 6bcd03a Reorder maybeRemoveImport before maybeAddImport (#957)
  • 4a873ab [Auto] SDKMAN! Java candidates as of 2025-12-15T1020
  • d7b0867 UseLombokGetter recipe: fix IndexOutOfBoundsException that occurs when visi...
  • c24a7a6 Lombok: add onMethod_ argument If getter/setter method is annotated (#955)
  • 937bf9b Migrate to jakarta.mail-api:2.1.x as part of Jakarta EE 10 upgrade (#954)
  • 073965a [Auto] SDKMAN! Java candidates as of 2025-12-08T1018
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 22, 2025
@mergify
Copy link
Contributor

mergify bot commented Dec 22, 2025

🧪 CI Insights

Here's what we observed from your CI run for 515636b.

🟢 All jobs passed!

But CI Insights is watching 👀

@dependabot dependabot bot force-pushed the dependabot/maven/org.openrewrite.recipe-rewrite-migrate-java-3.24.0 branch from e2dcdca to 0b8e674 Compare December 22, 2025 13:27
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 3.23.0 to 3.24.0.
- [Release notes](https://github.com/openrewrite/rewrite-migrate-java/releases)
- [Commits](openrewrite/rewrite-migrate-java@v3.23.0...v3.24.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-migrate-java
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.openrewrite.recipe-rewrite-migrate-java-3.24.0 branch from 0b8e674 to 515636b Compare December 22, 2025 13:28
@mergify mergify bot merged commit d316e64 into main Dec 22, 2025
8 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.openrewrite.recipe-rewrite-migrate-java-3.24.0 branch December 22, 2025 13:34
mergify bot added a commit that referenced this pull request Jan 9, 2026
Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.
Updates `qs` from 6.13.0 to 6.14.1
Changelog

*Sourced from [qs's changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md).*

> **6.14.1**
> ----------
>
> * [Fix] ensure arrayLength applies to `[]` notation as well
> * [Fix] `parse`: when a custom decoder returns `null` for a key, ignore that key
> * [Refactor] `parse`: extract key segment splitting helper
> * [meta] add threat model
> * [actions] add workflow permissions
> * [Tests] `stringify`: increase coverage
> * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `npmignore`, `es-value-fixtures`, `for-each`, `object-inspect`
>
> **6.14.0**
> ----------
>
> * [New] `parse`: add `throwOnParameterLimitExceeded` option ([#517](https://redirect.github.com/ljharb/qs/issues/517))
> * [Refactor] `parse`: use `utils.combine` more
> * [patch] `parse`: add explicit `throwOnLimitExceeded` default
> * [actions] use shared action; re-add finishers
> * [meta] Fix changelog formatting bug
> * [Deps] update `side-channel`
> * [Dev Deps] update `es-value-fixtures`, `has-bigints`, `has-proto`, `has-symbols`
> * [Tests] increase coverage
>
> **6.13.1**
> ----------
>
> * [Fix] `stringify`: avoid a crash when a `filter` key is `null`
> * [Fix] `utils.merge`: functions should not be stringified into keys
> * [Fix] `parse`: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
> * [Fix] `stringify`: ensure a non-string `filter` does not crash
> * [Refactor] use `__proto__` syntax instead of `Object.create` for null objects
> * [Refactor] misc cleanup
> * [Tests] `utils.merge`: add some coverage
> * [Tests] fix a test case
> * [actions] split out node 10-20, and 20+
> * [Dev Deps] update `es-value-fixtures`, `mock-property`, `object-inspect`, `tape`


Commits

* [`3fa11a5`](ljharb/qs@3fa11a5) v6.14.1
* [`a626704`](ljharb/qs@a626704) [Dev Deps] update `npmignore`
* [`3086902`](ljharb/qs@3086902) [Fix] ensure arrayLength applies to `[]` notation as well
* [`fc7930e`](ljharb/qs@fc7930e) [Dev Deps] update `eslint`, `@ljharb/eslint-config`
* [`0b06aac`](ljharb/qs@0b06aac) [Dev Deps] update `@ljharb/eslint-config`
* [`64951f6`](ljharb/qs@64951f6) [Refactor] `parse`: extract key segment splitting helper
* [`e1bd259`](ljharb/qs@e1bd259) [Dev Deps] update `@ljharb/eslint-config`
* [`f4b3d39`](ljharb/qs@f4b3d39) [eslint] add eslint 9 optional peer dep
* [`6e94d95`](ljharb/qs@6e94d95) [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `npmignore`
* [`973dc3c`](ljharb/qs@973dc3c) [actions] add workflow permissions
* Additional commits viewable in [compare view](ljharb/qs@v6.13.0...v6.14.1)
  
Updates `express` from 4.21.2 to 4.22.1
Release notes

*Sourced from [express's releases](https://github.com/expressjs/express/releases).*

> v4.22.1
> -------
>
> What's Changed
> --------------
>
> > [!IMPORTANT]  
> > The prior release (4.22.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.
>
> * Release: 4.22.1 by [`@​UlisesGascon`](https://github.com/UlisesGascon) in [expressjs/express#6934](https://redirect.github.com/expressjs/express/pull/6934)
>
> **Full Changelog**: <expressjs/express@4.22.0...v4.22.1>
>
> 4.22.0
> ------
>
> Important: Security
> -------------------
>
> * Security fix for [CVE-2024-51999](https://www.cve.org/CVERecord?id=CVE-2024-51999) ([GHSA-pj86-cfqh-vqx6](GHSA-pj86-cfqh-vqx6))
>
> What's Changed
> --------------
>
> * Refactor: improve readability by [`@​sazk07`](https://github.com/sazk07) in [expressjs/express#6190](https://redirect.github.com/expressjs/express/pull/6190)
> * ci: add support for Node.js@23.0 by [`@​UlisesGascon`](https://github.com/UlisesGascon) in [expressjs/express#6080](https://redirect.github.com/expressjs/express/pull/6080)
> * Method functions with no path should error by [`@​wesleytodd`](https://github.com/wesleytodd) in [expressjs/express#5957](https://redirect.github.com/expressjs/express/pull/5957)
> * ci: updated github actions ci workflow by [`@​Phillip9587`](https://github.com/Phillip9587) in [expressjs/express#6323](https://redirect.github.com/expressjs/express/pull/6323)
> * ci: reorder `npm i` steps to fix ci for older node versions by [`@​Phillip9587`](https://github.com/Phillip9587) in [expressjs/express#6336](https://redirect.github.com/expressjs/express/pull/6336)
> * Backport: ci: add node.js 24 to test matrix by [`@​Phillip9587`](https://github.com/Phillip9587) in [expressjs/express#6506](https://redirect.github.com/expressjs/express/pull/6506)
> * chore(4.x): wider range for query test skip by [`@​jonchurch`](https://github.com/jonchurch) in [expressjs/express#6513](https://redirect.github.com/expressjs/express/pull/6513)
> * use tilde notation for certain dependencies by [`@​UlisesGascon`](https://github.com/UlisesGascon) in [expressjs/express#6905](https://redirect.github.com/expressjs/express/pull/6905)
> * deps: qs@6.14.0 by [`@​UlisesGascon`](https://github.com/UlisesGascon) in [expressjs/express#6909](https://redirect.github.com/expressjs/express/pull/6909)
> * deps: use tilde notation for `qs` by [`@​Phillip9587`](https://github.com/Phillip9587) in [expressjs/express#6919](https://redirect.github.com/expressjs/express/pull/6919)
> * Release: 4.22.0 by [`@​UlisesGascon`](https://github.com/UlisesGascon) in [expressjs/express#6921](https://redirect.github.com/expressjs/express/pull/6921)
>
> **Full Changelog**: <expressjs/express@4.21.2...4.22.0>


Changelog

*Sourced from [express's changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md).*

> 4.22.1 / 2025-12-01
> ===================
>
> * Revert security fix for [CVE-2024-51999](https://www.cve.org/CVERecord?id=CVE-2024-51999) ([GHSA-pj86-cfqh-vqx6](GHSA-pj86-cfqh-vqx6))
>
> 4.22.0 / 2025-12-01
> ===================
>
> * Security fix for [CVE-2024-51999](https://www.cve.org/CVERecord?id=CVE-2024-51999) ([GHSA-pj86-cfqh-vqx6](GHSA-pj86-cfqh-vqx6))
> * deps: use tilde notation for dependencies
> * deps: qs@6.14.0


Commits

* [`12fae14`](expressjs/express@12fae14) 4.22.1
* [`5ddf311`](expressjs/express@5ddf311) Revert "sec: security patch for CVE-2024-51999"
* [`49744ab`](expressjs/express@49744ab) 4.22.0 ([#6921](https://redirect.github.com/expressjs/express/issues/6921))
* [`6e97452`](expressjs/express@6e97452) sec: security patch for CVE-2024-51999
* [`6a23d34`](expressjs/express@6a23d34) deps: use tilde notation for `qs` ([#6919](https://redirect.github.com/expressjs/express/issues/6919))
* [`8c12cdf`](expressjs/express@8c12cdf) deps: qs@6.14.0 ([#6909](https://redirect.github.com/expressjs/express/issues/6909))
* [`7fea74f`](expressjs/express@7fea74f) deps: use tilde notation for certain dependencies ([#6905](https://redirect.github.com/expressjs/express/issues/6905))
* [`dac7a04`](expressjs/express@dac7a04) chore: wider range for query test skip ([#6513](https://redirect.github.com/expressjs/express/issues/6513))
* [`997919b`](expressjs/express@997919b) ci: add node.js 24 to test matrix ([#6506](https://redirect.github.com/expressjs/express/issues/6506))
* [`36fb59c`](expressjs/express@36fb59c) fix(ci): reorder `npm i` steps to fix ci for older node versions ([#6336](https://redirect.github.com/expressjs/express/issues/6336))
* Additional commits viewable in [compare view](expressjs/express@4.21.2...v4.22.1)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/robfrank/linklift/network/alerts).
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 dependency_approved java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants