Bump org.projectlombok:lombok from 1.18.42 to 1.18.44 - #634
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s Lombok dependency to the latest patch release to pick up recent bugfixes/features (notably around @Jacksonized and JDK25 behavior).
Changes:
- Bump
org.projectlombok:lombokfrom1.18.42to1.18.44in dependencies. - Bump Lombok version in
maven-compiler-pluginannotation processor path to match.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <dependency> | ||
| <groupId>org.projectlombok</groupId> | ||
| <artifactId>lombok</artifactId> | ||
| <version>1.18.42</version> | ||
| <version>1.18.44</version> | ||
| <scope>provided</scope> |
There was a problem hiding this comment.
The Lombok version is duplicated here and again under maven-compiler-plugin/annotationProcessorPaths, which makes it easy for these to drift in future bumps. Consider introducing a single <lombok.version> property and referencing it from both locations.
There was a problem hiding this comment.
Implemented in commit 9656b0a: introduced a single lombok.version property in pom.xml and referenced it from both the Lombok dependency and maven-compiler-plugin annotation processor path to prevent version drift. No UI changes were made, so no screenshot is applicable.
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.42 to 1.18.44. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.42...v1.18.44) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
c32cb9b to
23fd085
Compare
Agent-Logs-Url: https://github.com/conorheffron/ironoc/sessions/a6a502ec-c7c5-4115-b638-15be49761729 Co-authored-by: conorheffron <8218626+conorheffron@users.noreply.github.com>
Bumps org.projectlombok:lombok from 1.18.42 to 1.18.44.
Changelog
Sourced from org.projectlombok:lombok's changelog.
Commits
17c78fe[version] pre-release version bump1edca70[test][@Jacksonized] Test emission of warning when not choosing jackson ver...e789e82[test] Update the generation of eclipse test targets from JDK14 to JDK25.a54cecd[trivial][changelog]3db0a6c[bugfix][@Jacksonized] javac handler of jacksonized checked for existing ja...12572fc[test] Adjusted tests to the new 'jackson version is a list' config key setup.0e9699c[changelog] Document implementation of Jackson3 support: #3950.d441be1[jacksonized] infrastructure for previous merge resolution: Changed to the co...d62b2d5Merge branch 'master' into cachescrubber-gh-3950f49f0fe[test] Remove tests for deprecated@Logger(access = MODULE). They're deprec...