Skip to content

chore(deps): 依赖项升级[org.projectlombok:lombok][1.18.42 => 1.18.44]#947

Merged
ACANX merged 1 commit intodependafrom
dependabot/maven/meta-bom/bom-deamon/dependa/org.projectlombok-lombok-1.18.44
Mar 16, 2026
Merged

chore(deps): 依赖项升级[org.projectlombok:lombok][1.18.42 => 1.18.44]#947
ACANX merged 1 commit intodependafrom
dependabot/maven/meta-bom/bom-deamon/dependa/org.projectlombok-lombok-1.18.44

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Bumps org.projectlombok:lombok from 1.18.42 to 1.18.44.

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.44 (March 11th, 2026)

  • FEATURE: @Jacksonized now supports both Jackson2 and Jackson3; you'll get a warning until you configure which one (or even both!) you want lombok to generate. #3950.
  • BUGFIX: On JDK25, val and @ExtensionMethod could sometimes cause erroneous errors (in that you see errors but compilation succeeds anyway) using javac. #3947.
  • BUGFIX: @Jacksonized + fields marked transient would result in those transient fields being serialised which is surprising (and thus undesired) behaviour. #3936.
Commits
  • 17c78fe [version] pre-release version bump
  • 1edca70 [test][@Jacksonized] Test emission of warning when not choosing jackson ver...
  • e789e82 [test] Update the generation of eclipse test targets from JDK14 to JDK25.
  • a54cecd [trivial][changelog]
  • 3db0a6c [bugfix][@Jacksonized] javac handler of jacksonized checked for existing ja...
  • 12572fc [test] Adjusted tests to the new 'jackson version is a list' config key setup.
  • 0e9699c [changelog] Document implementation of Jackson3 support: #3950.
  • d441be1 [jacksonized] infrastructure for previous merge resolution: Changed to the co...
  • d62b2d5 Merge branch 'master' into cachescrubber-gh-3950
  • f49f0fe [test] Remove tests for deprecated @Logger(access = MODULE). They're deprec...
  • Additional commits viewable 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.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.42 to 1.18.44.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.42...v1.18.44)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 16, 2026

Assignees

The following users could not be added as assignees: dependabot[bot]. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added Dependabot Dependabot 依赖:升级 依赖升级 自动化:提交 自动化提交 labels Mar 16, 2026
@github-actions github-actions Bot changed the title chore(deps): bump org.projectlombok:lombok from 1.18.42 to 1.18.44 in /meta-bom/bom-deamon chore(deps): 依赖项升级[org.projectlombok:lombok][1.18.42 => 1.18.44] Mar 16, 2026
@ACANX ACANX merged commit 3e8be40 into dependa Mar 16, 2026
3 of 4 checks passed
@ACANX ACANX deleted the dependabot/maven/meta-bom/bom-deamon/dependa/org.projectlombok-lombok-1.18.44 branch March 16, 2026 15:09
ACANX pushed a commit that referenced this pull request Mar 17, 2026
Bumps
[org.projectlombok:lombok](https://github.com/projectlombok/lombok) from
1.18.42 to 1.18.44.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown">org.projectlombok:lombok's
changelog</a>.</em></p>
<blockquote>
<h3>v1.18.44 (March 11th, 2026)</h3>
<ul>
<li>FEATURE: <code>@Jacksonized</code> now supports both Jackson2 and
Jackson3; you'll get a warning until you configure which one (or even
both!) you want lombok to generate. <a
href="https://redirect.github.com/projectlombok/lombok/issues/3950">#3950</a>.</li>
<li>BUGFIX: On JDK25, <code>val</code> and <code>@ExtensionMethod</code>
could sometimes cause erroneous errors (in that you see errors but
compilation succeeds anyway) using javac. <a
href="https://redirect.github.com/projectlombok/lombok/issues/3947">#3947</a>.</li>
<li>BUGFIX: <code>@Jacksonized</code> + fields marked
<code>transient</code> would result in those transient fields being
serialised which is surprising (and thus undesired) behaviour. <a
href="https://redirect.github.com/projectlombok/lombok/issues/3936">#3936</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/projectlombok/lombok/commit/17c78feeb77fcdfaec03ad933192014d02c3797d"><code>17c78fe</code></a>
[version] pre-release version bump</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/1edca70420ff29d68e3a7da0c3def499609dac84"><code>1edca70</code></a>
[test][<code>@Jacksonized</code>] Test emission of warning when not
choosing jackson ver...</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/e789e823b1ede15ff5a140592d489ed2aeb6a1f4"><code>e789e82</code></a>
[test] Update the generation of eclipse test targets from JDK14 to
JDK25.</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/a54cecd4adc00b3193953e6cd125b344bc2e81d6"><code>a54cecd</code></a>
[trivial][changelog]</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/3db0a6c1fc0b7d5c2e456e9bbde811b4ef0339a6"><code>3db0a6c</code></a>
[bugfix][<code>@Jacksonized</code>] javac handler of jacksonized checked
for existing ja...</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/12572fcbd2d69c6b26f19334263d3d7cb0701be3"><code>12572fc</code></a>
[test] Adjusted tests to the new 'jackson version is a list' config key
setup.</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/0e9699ce82f03644884a755f65a4ad128d2122af"><code>0e9699c</code></a>
[changelog] Document implementation of Jackson3 support: <a
href="https://redirect.github.com/projectlombok/lombok/issues/3950">#3950</a>.</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/d441be157b7d51d4694370ac7ecc502565aee6b2"><code>d441be1</code></a>
[jacksonized] infrastructure for previous merge resolution: Changed to
the co...</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/d62b2d5b80dd6be6c18eb4d473601dadff4e54d7"><code>d62b2d5</code></a>
Merge branch 'master' into cachescrubber-<a
href="https://redirect.github.com/projectlombok/lombok/issues/3950">gh-3950</a></li>
<li><a
href="https://github.com/projectlombok/lombok/commit/f49f0fe78d9c8a0ddce1b5abd1a817ef2eec9e18"><code>f49f0fe</code></a>
[test] Remove tests for deprecated <code>@logger(access =
MODULE)</code>. They're deprec...</li>
<li>Additional commits viewable in <a
href="https://github.com/projectlombok/lombok/compare/v1.18.42...v1.18.44">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.projectlombok:lombok&package-manager=maven&previous-version=1.18.42&new-version=1.18.44)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependabot Dependabot 依赖:升级 依赖升级 自动化:提交 自动化提交

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant