Skip to content

Commit 1ea0444

Browse files
Bump org.projectlombok:lombok from 1.18.42 to 1.18.44 (#89)
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=gradle&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>
1 parent 99e1719 commit 1ea0444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jspecify-version = "1.0.0"
55
junitVersion = "6.0.3"
66
assertj-core-version = "3.27.7"
77
mockito-version = "5.23.0"
8-
lombok-version = "1.18.42"
8+
lombok-version = "1.18.44"
99
jacocoVersion = "0.8.12"
1010
jline-version = "4.0.4"
1111

0 commit comments

Comments
 (0)