Commit 826d427
authored
build(deps): bump org.projectlombok:lombok from 1.18.36 to 1.18.42 (#1999)
Bumps
[org.projectlombok:lombok](https://github.com/projectlombok/lombok) from
1.18.36 to 1.18.42.
<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.42 (September 18th, 2025)</h3>
<ul>
<li>FEATURE: All the various <code>@log</code> annotations now allow you
to change their access level (they still default to
<code>private</code>). <a
href="https://redirect.github.com/projectlombok/lombok/issues/2280">#2280</a>.
Thanks to new contributor Liam Pace!</li>
<li>BUGFIX: Javadoc parsing was broken in Netbeans and ErrorProne for
JDK25 <a
href="https://redirect.github.com/projectlombok/lombok/issues/3940">#3940</a>.</li>
</ul>
<h3>v1.18.40 (September 4th, 2025)</h3>
<ul>
<li>PLATFORM: JDK25 support added <a
href="https://redirect.github.com/projectlombok/lombok/issues/3859">#3859</a>.</li>
<li>BUGFIX: Recent versions of eclipse (or the eclipse-based java lang
server for VSCode) caused <code>java.lang.IllegalArgumentException:
Document does not match the AST</code>. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3886">#3886</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3886">projectlombok/lombok#3886</a>).</li>
<li>PERFORMANCE: <code>@ExtensionMethod</code> is now significantly
faster [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3866">#3866</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3866">projectlombok/lombok#3866</a>).</li>
<li>BUGFIX: the command line <code>config</code> tool would emit
incorrect output for nullity annotations. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3931">#3931</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3931">projectlombok/lombok#3931</a>).</li>
<li>FEATURE: <code>@Jacksonized @accessors(fluent=true)</code>
automatically creates the relevant annotations such that Jackson
correctly identifies fluent accessors. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3265">#3265</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3265">projectlombok/lombok#3265</a>),
[Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3270">#3270</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3270">projectlombok/lombok#3270</a>).</li>
<li>IMPROBABLE BREAKING CHANGE: From versions 1.18.16 to 1.18.38, lombok
automatically copies certain Jackson annotations (e.g.,
<code>@JsonProperty</code>) from fields to the corresponding accessors
(getters/setters). However, it turned out to be harmful in certain
situations. Thus, Lombok does not automatically copy those annotations
any more. You can restore the old behavior using the <a
href="https://projectlombok.org/features/configuration">config key</a>
<code>lombok.copyJacksonAnnotationsToAccessors = true</code>.</li>
</ul>
<h3>v1.18.38 (March 31st, 2025)</h3>
<ul>
<li>PLATFORM: JDK24 support added.</li>
<li>FEATURE: Lombok's nullity annotation now supports <a
href="https://jspecify.dev">JSpecify</a> out of the box, using <a
href="https://projectlombok.org/features/configuration">config key</a>
<code>jspecify</code>.</li>
<li>BUGFIX: Recent eclipse releases would get you 'negative length'
error. The bug had always been in lombok but didn't matter until recent
releases. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3823">#3823</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3823">projectlombok/lombok#3823</a>).</li>
<li>BUGFIX: The 'extract local variable' refactor script of VSCode
wouldn't replace all occurrences if run on a method call to a lombok
generated method. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3783">#3783</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3783">projectlombok/lombok#3783</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/projectlombok/lombok/commit/2031eb0880942b5f0b7281580f6e877a3e87279a"><code>2031eb0</code></a>
[release] pre-release version bump for v1.18.42</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/c95a6c127e58868a16869254e47bbe2598f8c82f"><code>c95a6c1</code></a>
Merge branch 'logger-access'</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/71d85caef501ce987f26e498154574489dbe36ee"><code>71d85ca</code></a>
<a
href="https://redirect.github.com/projectlombok/lombok/issues/2280">#2280</a>
Add delivery of this '<code>access</code> for logging' to the
changelog.</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/99ba3e31daee7772af4eb712b0a108acdbc86962"><code>99ba3e3</code></a>
[trivial] Slightly reworded the javadoc on each <code>@log</code>
annotation's `access()...</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/e9cf11ef01081ee1e4446666afadf36368939e96"><code>e9cf11e</code></a>
[trivial][style]</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/a6d556856cec89be2786e5598d904497d13ed5be"><code>a6d5568</code></a>
[deprecation] Marked <code>AccessLevel.MODULE</code> as deprecated. It
was written for a...</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/492011df4fa72dfa9bb2a5cef38199fb292253be"><code>492011d</code></a>
Refactored to use Javac/Eclipse utility function</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/c1f7f660c596ed65997974b70b0eecb0675c43f1"><code>c1f7f66</code></a>
Update copyright in logger files</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/f63f40aa48eee97d9bb99416cfe252a104420e29"><code>f63f40a</code></a>
Add myself to AUTHORS</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/9152c3408f7f058e40db570b38fc5ccb46149ae8"><code>9152c34</code></a>
Fix failing tests</li>
<li>Additional commits viewable in <a
href="https://github.com/projectlombok/lombok/compare/v1.18.36...v1.18.42">compare
view</a></li>
</ul>
</details>
<br />
[](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 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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 57bb568 commit 826d427
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments