build(deps): bump lombok from 1.18.18 to 1.18.20 #63

Merged
dependabot[bot] merged 1 commits from dependabot/maven/org.projectlombok-lombok-1.18.20 into master 2021-06-01 23:30:23 +08:00
dependabot[bot] commented 2021-05-01 13:24:18 +08:00 (Migrated from github.com)

Bumps lombok from 1.18.18 to 1.18.20.

Changelog

Sourced from lombok's changelog.

v1.18.20 (April 2nd, 2021)

  • PLATFORM: JDK16 support added. [Issue #2681](projectlombok/lombok#2681).
  • PLATFORM: All lombok features updated to act in a sane fashion with JDK16's record feature. In particular, you can annotate record components with @NonNull to have lombok add null checks to your compact constructor (which will be created if need be).
  • BUGFIX: Trying to use a lambda expression as parameter to an @ExtensionMethod did not work. [Issue #2741](projectlombok/lombok#2741). (by @​Rawi01).
  • BUGFIX: @SuperBuilder with an existing constructor caused issues in eclipse. [Issue #2704](projectlombok/lombok#2704). (by @​JanRieke).
  • BUGFIX: Using @SuperBuilder with a handwritten builder class caused issues. [Issue #2701](projectlombok/lombok#2701). (by @​JanRieke).
  • BUGFIX: Lombok interacts properly with the new save actions in eclipse 2021-03.
  • POTENTIAL BUGFIX: lombok + errorprone could cause IllegalArgumentException if using the MissingSummary bug pattern. [Issue #2730](projectlombok/lombok#2730).
Commits
  • dda76a7 [versioning] pre-release version bump
  • 0fb3a68 [build] fix the website maker's all-versions tool
  • ff8af61 Fixes #2803 Manual merge, hide generated code from some Eclipse refactorings
  • 72d9bfc [docker] upgrade gradle (no jdk16 support yet)
  • baabbd2 [docker] update maven
  • a9adc23 [docker] upgrade ant
  • 4637b9d [record] Print compact constructor after class name
  • 462aedc [fixes #2787] Handle right hand side of assignment first
  • 9b3e847 Merge pull request #2793 from Rawi01/license
  • dc2b3c8 Add licenses of embedded dependencies
  • 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/rzwitserloot/lombok) from 1.18.18 to 1.18.20. <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.20 (April 2nd, 2021)</h3> <ul> <li>PLATFORM: JDK16 support added. [Issue <a href="https://github-redirect.dependabot.com/rzwitserloot/lombok/issues/2681">#2681</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2681">projectlombok/lombok#2681</a>).</li> <li>PLATFORM: All lombok features updated to act in a sane fashion with JDK16's <em>record</em> feature. In particular, you can annotate record components with <code>@NonNull</code> to have lombok add null checks to your compact constructor (which will be created if need be).</li> <li>BUGFIX: Trying to use a lambda expression as parameter to an <code>@ExtensionMethod</code> did not work. [Issue <a href="https://github-redirect.dependabot.com/rzwitserloot/lombok/issues/2741">#2741</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2741">projectlombok/lombok#2741</a>). (by <strong><a href="https://github.com/Rawi01"><code>@​Rawi01</code></a></strong>).</li> <li>BUGFIX: <code>@SuperBuilder</code> with an existing constructor caused issues in eclipse. [Issue <a href="https://github-redirect.dependabot.com/rzwitserloot/lombok/issues/2704">#2704</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2704">projectlombok/lombok#2704</a>). (by <a href="https://github-redirect.dependabot.com/projectlombok/lombok/pull/2770"><code>@​JanRieke</code></a>).</li> <li>BUGFIX: Using <code>@SuperBuilder</code> with a handwritten builder class caused issues. [Issue <a href="https://github-redirect.dependabot.com/rzwitserloot/lombok/issues/2701">#2701</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2701">projectlombok/lombok#2701</a>). (by <a href="https://github-redirect.dependabot.com/projectlombok/lombok/pull/2772"><code>@​JanRieke</code></a>).</li> <li>BUGFIX: Lombok interacts properly with the new save actions in eclipse 2021-03.</li> <li>POTENTIAL BUGFIX: lombok + errorprone could cause <code>IllegalArgumentException</code> if using the <code>MissingSummary</code> bug pattern. [Issue <a href="https://github-redirect.dependabot.com/rzwitserloot/lombok/issues/2730">#2730</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2730">projectlombok/lombok#2730</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectlombok/lombok/commit/dda76a724b26f1a48ab16dab25cc2dcec477b6ed"><code>dda76a7</code></a> [versioning] pre-release version bump</li> <li><a href="https://github.com/projectlombok/lombok/commit/0fb3a680ac0334eb231b47ba1b4bac94a8a34ed1"><code>0fb3a68</code></a> [build] fix the website maker's all-versions tool</li> <li><a href="https://github.com/projectlombok/lombok/commit/ff8af6164dfffa0827d12a342da35fc89d37c504"><code>ff8af61</code></a> Fixes <a href="https://github-redirect.dependabot.com/rzwitserloot/lombok/issues/2803">#2803</a> Manual merge, hide generated code from some Eclipse refactorings</li> <li><a href="https://github.com/projectlombok/lombok/commit/72d9bfc412f1d6f661ce3798cd97ea8821cf25a2"><code>72d9bfc</code></a> [docker] upgrade gradle (no jdk16 support yet)</li> <li><a href="https://github.com/projectlombok/lombok/commit/baabbd27ee2de57a586fac420fb06308f6e749a9"><code>baabbd2</code></a> [docker] update maven</li> <li><a href="https://github.com/projectlombok/lombok/commit/a9adc23f1b7c276b1d352a6f5ea0f780cbbddb47"><code>a9adc23</code></a> [docker] upgrade ant</li> <li><a href="https://github.com/projectlombok/lombok/commit/4637b9daf00e66f1f697613b4bb4d889951c298d"><code>4637b9d</code></a> [record] Print compact constructor after class name</li> <li><a href="https://github.com/projectlombok/lombok/commit/462aedcfc3a6948d2f09659961122b8eb2e35fc7"><code>462aedc</code></a> [fixes <a href="https://github-redirect.dependabot.com/rzwitserloot/lombok/issues/2787">#2787</a>] Handle right hand side of assignment first</li> <li><a href="https://github.com/projectlombok/lombok/commit/9b3e84717d301d7a6829420f5849cf1465e73131"><code>9b3e847</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rzwitserloot/lombok/issues/2793">#2793</a> from Rawi01/license</li> <li><a href="https://github.com/projectlombok/lombok/commit/dc2b3c8f8d52b1885058203791e621a77e9e6c20"><code>dc2b3c8</code></a> Add licenses of embedded dependencies</li> <li>Additional commits viewable in <a href="https://github.com/rzwitserloot/lombok/compare/v1.18.18...v1.18.20">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.18&new-version=1.18.20)](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>
xiaohai2271 (Migrated from github.com) approved these changes 2021-06-01 23:30:14 +08:00
Sign in to join this conversation.
No description provided.