dependabot[bot] opened a new pull request, #37: URL: https://github.com/apache/directory-scimple/pull/37
Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.24. <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.24 (April 18th, 2022)</h3> <ul> <li>PLATFORM: JDK18 support added. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3129">#3129</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3129">projectlombok/lombok#3129</a>).</li> <li>PLATFORM: Using ecj and maven? There's now a <a href="https://projectlombok.org/setup/ecj">command line option to integrate lombok into your build chain</a>. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3143">#3143</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3143">projectlombok/lombok#3143</a>).</li> <li>FEATURE: <code>@ToString</code> has an annotation parameter called <code>onlyExplicitlyIncluded</code>. There's now a config key <code>lombok.toString.onlyExplicitlyIncluded</code> to set this property as well. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2849">#2849</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/pull/2849">projectlombok/lombok#2849</a>).</li> <li>FEATURE: Turning a field named <code>uShape</code> into a getter is tricky: <code>getUShape</code> or <code>getuShape</code>? The community is split on which style to use. Lombok does <code>getUShape</code>, but if you prefer the <code>getuShape</code> style, add to <code>lombok.config</code>: <code>lombok.accessors.capitalization = beanspec</code>. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2693">#2693</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2693">projectlombok/lombok#2693</a>) [Pull Request <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2996">#2996</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/pull/2996">projectlombok/lombok#2996</a>). Thanks <strong><a href="https://github.com/YonathanSherwin"><code>@​YonathanSherwin</code></a></strong>!</li> <li>FEATURE: You can now use <code>@Accessors(makeFinal = true)</code> to make <code>final</code> getters, setters, and with-ers. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/1456">#1456</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/1456">projectlombok/lombok#1456</a>).</li> <li>BUGFIX: Various save actions and refactor scripts in eclipse work better. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2995">#2995</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2995">projectlombok/lombok#2995</a>) [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/1309">#1309</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/1309">projectlombok/lombok#1309</a>) [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2985">#2985</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2985">projectlombok/lombok#2985</a>) [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2509">#2509</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2509">projectlombok/lombok#2509</a>).</li> <li>BUGFIX: Eclipse projects using the jasperreports-plugin will now compile. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/1036">#1036</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/1036">projectlombok/lombok#1036</a>).</li> <li>BUGFIX: inner classes in <code>@UtilityClass</code> classes were broken in JDK9+. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3097">#3097</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3097">projectlombok/lombok#3097</a>).</li> <li>BUGFIX: Delomboking code with <code>@Builder.Default</code> in it would generate different code vs lombok itself. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3053">#3053</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3053">projectlombok/lombok#3053</a>).</li> <li>BUGFIX: Combining <code>@NonNullByDefault</code> and <code>lombok.addNullAnnotations</code> would generate two <code>@Nullable</code> annotations and thus generate a compiler error. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3120">#3120</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3120">projectlombok/lombok#3120</a>). Thanks <strong><a href="https://github.com/JohnPaulTaylorII"><code>@​JohnPaulTaylorII</code></a></strong>!</li> <li>BUGFIX: Null analysis in eclipse was broken for incremental builds. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3133">#3133</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3133">projectlombok/lombok#3133</a>).</li> <li>BUGFIX <code>VerifyError</code> would show up in the latest eclipse release when using various refactor scripts. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3134">#3134</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3134">projectlombok/lombok#3134</a>).</li> <li>BUGFIX: The various <code>@Log</code> annotations can now be placed on inner enums and records. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2990">#2990</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2990">projectlombok/lombok#2990</a>).</li> <li>SECURITY: A widely reported security issue with log4j2 (<a href="https://www.randori.com/blog/cve-2021-44228/">CVE-2021-44228</a>) has absolutely no effect on either lombok itself nor does usage of lombok on its own, or even the usage of lombok's <code>@Log4j2</code>, cause any issues whatsoever: You have to ship your own log4j2 dependency in your app - update that to 2.17 or otherwise mitigate this issue (see the CVE page). To avoid unneccessary warnings from dependency checkers, our dep on log4j2, which is used solely for testing, isn't shipped by us, and cannot be exploited in any way, has been updated to 2.17.1. [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3063">#3063</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3063">projectlombok/lombok#3063</a>)</li> <li>IMPROBABLE BREAKING CHANGE: Lombok now understands a few more annotations that imply "this field should not ever contain a null reference". Lombok will thus copy some of these new annotations e.g. to generated getters and the like. [Pull Request <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/2904">#2904</a>](<a href="https://github-redirect.dependabot.com/projectlombok/lombok/pull/2904">projectlombok/lombok#2904</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectlombok/lombok/commit/ba0f12846d0d3b192db32e781d5d2555be837eee"><code>ba0f128</code></a> [versioning] pre-release version bump 1.18.24</li> <li><a href="https://github.com/projectlombok/lombok/commit/6594d95653a86acd0e0a5b0fed5b085589d98bd6"><code>6594d95</code></a> [fixes <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3169">#3169</a>] Snippet for <code>@Singular</code> didn't include the clearCollection meth...</li> <li><a href="https://github.com/projectlombok/lombok/commit/773b374340db705c3adc9e5e4c4228659c9d311b"><code>773b374</code></a> [build] Replace JDK test targets from v14 en v16 to v17 (LTS) and v18 (just r...</li> <li><a href="https://github.com/projectlombok/lombok/commit/05493887f6c485baf68effab09451ed7120b9874"><code>0549388</code></a> [build] It was ever so slightly broken since last commit. fixed.</li> <li><a href="https://github.com/projectlombok/lombok/commit/578e4b8aae43e8f2df30fb2939de49243880f15a"><code>578e4b8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3164">#3164</a> from Submohr/patch-1</li> <li><a href="https://github.com/projectlombok/lombok/commit/71fcc0a60b5da50e5dd0feee3b3db8bf45327fea"><code>71fcc0a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3155">#3155</a> from Rawi01/extensionmethod-conditional-methodref</li> <li><a href="https://github.com/projectlombok/lombok/commit/1eb1a8be3c002b4573ca12f4680b724f9a35f6e1"><code>1eb1a8b</code></a> [Issue <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3143">#3143</a>] [changelog]</li> <li><a href="https://github.com/projectlombok/lombok/commit/c8607ba782f90ef847488f0fc5bdc365c1e83317"><code>c8607ba</code></a> <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3143">#3143</a> Review and update jopatai's work on the maven/ecj agent jar</li> <li><a href="https://github.com/projectlombok/lombok/commit/c489a99bdd2e64f16685189e4c310bca64e667af"><code>c489a99</code></a> Fix typo in StandardException documentation</li> <li><a href="https://github.com/projectlombok/lombok/commit/d4975cf6dd959120fe91614907800de058993d50"><code>d4975cf</code></a> [fixes <a href="https://github-redirect.dependabot.com/projectlombok/lombok/issues/3153">#3153</a>] Improve the handling of ExtensionMethod arguments</li> <li>Additional commits viewable in <a href="https://github.com/projectlombok/lombok/compare/v1.18.22...v1.18.24">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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
