Skip to content

Commit

Permalink
Merge #795
Browse files Browse the repository at this point in the history
795: Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 r=curquiza a=dependabot[bot]

Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.34 to 1.18.36.
<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.36 (November 15th, 2024)</h3>
<ul>
<li>PLATFORM: JDK23 support added.</li>
<li>BUGFIX: Eclipse projects using the <code>com.pro-crafting.tools:jasperreports-maven-plugin</code> will now compile.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/projectlombok/lombok/commit/91d79ff9fbef24494039a9f37498a4fd4386459e"><code>91d79ff</code></a> [release] pre-release version bump</li>
<li><a href="https://github.com/projectlombok/lombok/commit/e8db33a77042dd3429b3e10f68109e45ea6251cc"><code>e8db33a</code></a> Merge pull request <a href="https://redirect.github.com/projectlombok/lombok/issues/3768">#3768</a> from tamila-krashtan/fix/with-html</li>
<li><a href="https://github.com/projectlombok/lombok/commit/033870592900e47d9855d190924d0addecddad61"><code>0338705</code></a> Revert &quot;[fixes <a href="https://redirect.github.com/projectlombok/lombok/issues/3116">#3116</a>] Add multi round support for mapstruct&quot;:</li>
<li><a href="https://github.com/projectlombok/lombok/commit/9af596e29ecb0375d3474e4de7299cb21ecadbd6"><code>9af596e</code></a> Fix typo in With.html</li>
<li><a href="https://github.com/projectlombok/lombok/commit/3394b6ef7c00b25ad4ad4b64ac5f879aa16e4db5"><code>3394b6e</code></a> eclipse downloader: When downloading sources, accept failure.</li>
<li><a href="https://github.com/projectlombok/lombok/commit/03cd61a9ec179689830fb948308ee2a92e554011"><code>03cd61a</code></a> Merge branch 'eclipse-tests-fix'</li>
<li><a href="https://github.com/projectlombok/lombok/commit/7a9f3a8b7599d4be61bd32698874f6d7e4c15b89"><code>7a9f3a8</code></a> Fix resource management in the eclipse downloader:</li>
<li><a href="https://github.com/projectlombok/lombok/commit/87bc91a95a1f399230cb0d85d3f8082d90e9a9a6"><code>87bc91a</code></a> Merge pull request <a href="https://redirect.github.com/projectlombok/lombok/issues/3764">#3764</a> from Rawi01/update-index</li>
<li><a href="https://github.com/projectlombok/lombok/commit/d21d551a4dab3ec88c968761fbd3c62bab27fb2a"><code>d21d551</code></a> Close ZipOutputStream in eclipse dependency downloader</li>
<li><a href="https://github.com/projectlombok/lombok/commit/5caea325100c2b76dee6a5d63c1328523a9da671"><code>5caea32</code></a> [fixes <a href="https://redirect.github.com/projectlombok/lombok/issues/3761">#3761</a>] Update annotation value index</li>
<li>Additional commits viewable in <a href="https://github.com/projectlombok/lombok/compare/v1.18.34...v1.18.36">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.34&new-version=1.18.36)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and dependabot[bot] authored Dec 2, 2024
2 parents e26afbc + 80158df commit efaff9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ dependencies {
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.1'

// Lombok
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'

// Jwt
implementation 'com.auth0:java-jwt:4.4.0'
Expand Down

0 comments on commit efaff9c

Please sign in to comment.