Skip to content

Commit daf65f4

Browse files
Build(deps): Bump org.projectlombok:lombok from 1.18.40 to 1.18.42 (#1364)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.40 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> </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.40...v1.18.42">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.40&new-version=1.18.42)](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>
2 parents e74f75d + 07f70d0 commit daf65f4

File tree

1 file changed

+1
-1
lines changed
  • querydsl-examples/querydsl-example-sql-spring

1 file changed

+1
-1
lines changed

querydsl-examples/querydsl-example-sql-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.projectlombok</groupId>
3434
<artifactId>lombok</artifactId>
35-
<version>1.18.40</version>
35+
<version>1.18.42</version>
3636
<scope>provided</scope>
3737
</dependency>
3838

0 commit comments

Comments
 (0)