Bump lombok from 1.18.24 to 1.18.28 #73

Merged
dependabot[bot] merged 1 commit from dependabot/maven/org.projectlombok-lombok-1.18.28 into master 2023-06-11 09:26:22 +00:00
dependabot[bot] commented 2023-06-11 09:13:53 +00:00 (Migrated from github.com)

Bumps lombok from 1.18.24 to 1.18.28.

Changelog

Sourced from lombok's changelog.

v1.18.28 (May 24th, 2023)

v1.18.26 (Feb 3rd, 2023)

Commits
  • 57a886b [release] pre-release version bump
  • 375891f [build] Check version before allowing release
  • 250bc06 [fixes #3406] Find jdt.core classloader if initialized in batch mode
  • 3f51b25 Remove eclipse specific classes in ExtensionMethod patch signatures
  • b80ff39 [fixup]
  • 2079eba [build] Fixing ant edge.release.
  • afceb13 [fixes #3373] Find references for extension methods
  • d56b576 [changelog]
  • e051df9 Reduce allocations from JavacHandlerUtil.typeMatches()
  • 02fe21f [jdk20] Reorder JavacAST child nodes for JCEnhancedForLoop
  • 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 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 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 [lombok](https://github.com/projectlombok/lombok) from 1.18.24 to 1.18.28. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown">lombok's changelog</a>.</em></p> <blockquote> <h3>v1.18.28 (May 24th, 2023)</h3> <ul> <li>PLATFORM: JDK20 support added. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3353">#3353</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3353">projectlombok/lombok#3353</a>).</li> <li>BUGFIX: Eclipse 4.27 and VSCode 1.14.0 would ignore <code>lombok.config</code>. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3332">#3332</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3332">projectlombok/lombok#3332</a>).</li> <li>BUGFIX: <code>@NonNull</code> on a primitive array field on a record wouldn't work. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3366">#3366</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3366">projectlombok/lombok#3366</a>).</li> <li>FEATURE: Jakarta has some non-null annotations (such as <code>jakarta.annotation.Nonnull</code>) which we now support. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3346">#3346</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3346">projectlombok/lombok#3346</a>).</li> <li>BUGFIX: Eclipse didn't find usages of extension methods (<code>@ExtensionMethod</code>) in &quot;find references&quot; nor rename-refactoring. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3373">#3373</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3373">projectlombok/lombok#3373</a>)</li> </ul> <h3>v1.18.26 (Feb 3rd, 2023)</h3> <ul> <li>PLATFORM: JDK19 support added. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3264">#3264</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3264">projectlombok/lombok#3264</a>).</li> <li>BUGFIX: Using the refactor script: &quot;Rename field&quot; in a <code>@(Super)Builder</code>-marked file in eclipse or VSCode would cause issues. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3181">#3181</a>] (<a href="https://redirect.github.com/projectlombok/lombok/issues/3181">projectlombok/lombok#3181</a>).</li> <li>BUGFIX: Using <code>val</code> together with any call to a method that explicitly resolves to a default impl in an interface didn't work in javac. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3242">#3242</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3242">projectlombok/lombok#3242</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectlombok/lombok/commit/57a886bb658de455da641635c586b20ed85c9a79"><code>57a886b</code></a> [release] pre-release version bump</li> <li><a href="https://github.com/projectlombok/lombok/commit/375891ff4f7013ff53fc708152f4bc1faf102a45"><code>375891f</code></a> [build] Check version before allowing release</li> <li><a href="https://github.com/projectlombok/lombok/commit/250bc0660b09fbc8678309651a12bb0d93858340"><code>250bc06</code></a> [fixes <a href="https://redirect.github.com/projectlombok/lombok/issues/3406">#3406</a>] Find jdt.core classloader if initialized in batch mode</li> <li><a href="https://github.com/projectlombok/lombok/commit/3f51b25ac99f5cd56d9dca412380e33ddd57a7dd"><code>3f51b25</code></a> Remove eclipse specific classes in ExtensionMethod patch signatures</li> <li><a href="https://github.com/projectlombok/lombok/commit/b80ff39d82cadf5f61e65e022d6e828496b091ef"><code>b80ff39</code></a> [fixup]</li> <li><a href="https://github.com/projectlombok/lombok/commit/2079eba1f9ff6b022c4640aeb6d46d3834e2eb1f"><code>2079eba</code></a> [build] Fixing <code>ant edge.release</code>.</li> <li><a href="https://github.com/projectlombok/lombok/commit/afceb138e6e4ca2dca0f16fd5297d7451f5f4e80"><code>afceb13</code></a> [fixes <a href="https://redirect.github.com/projectlombok/lombok/issues/3373">#3373</a>] Find references for extension methods</li> <li><a href="https://github.com/projectlombok/lombok/commit/d56b576c26d6e6a0621997a9758151cf41e7a74e"><code>d56b576</code></a> [changelog]</li> <li><a href="https://github.com/projectlombok/lombok/commit/e051df91a0571676c6230215bdebe23360289994"><code>e051df9</code></a> Reduce allocations from JavacHandlerUtil.typeMatches()</li> <li><a href="https://github.com/projectlombok/lombok/commit/02fe21f27c4dce1fd7525f2da5bdf5d66ff19f7b"><code>02fe21f</code></a> [jdk20] Reorder JavacAST child nodes for JCEnhancedForLoop</li> <li>Additional commits viewable in <a href="https://github.com/projectlombok/lombok/compare/v1.18.24...v1.18.28">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.24&new-version=1.18.28)](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 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>
Sign in to join this conversation.
No description provided.