Bump org.projectlombok:lombok from 1.18.42 to 1.18.46#319
Conversation
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.42 to 1.18.46. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.42...v1.18.46) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.46 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Code Coverage Report
|
|
@Dewbot review |
There was a problem hiding this comment.
Summary
Dependabot patch bump of org.projectlombok:lombok from 1.18.42 → 1.18.46 in pom.xml only. Lombok is a provided-scope compile-time annotation processor for the plugin itself (@Getter on Codegen, etc.); it is not on the GraphQL generation path and is not bundled for consumers.
Build result
Ran locally on this PR head (CI does not run on fork PRs):
./mvnw -B -ntp verify— BUILD SUCCESS (49 tests, 0 failures; spotless:check included)./mvnw -B -ntp spotless:check— BUILD SUCCESS
Wiring completeness
N/A — no new @Parameter / CodegenConfigProvider / executor / builder wiring.
Backwards compatibility
Not breaking.
- No
@Parameterrenames, retypes, or default changes - No change to generated consumer output (lombok does not affect DGS codegen)
- No Java/Maven minimum or lifecycle changes
- Not a generation-path dependency (
graphql-dgs-codegen-core,kotlinpoet,graphql-javauntouched) providedscope — not a runtime transitive dependency for plugin consumers
Risks
Low. Patch-level lombok releases are typically bug fixes and JDK compatibility improvements. Full test suite passed with the new version.
Verdict
APPROVE — meets Dependabot auto-merge criteria (patch bump, pom.xml-only, non-generation-path, green build).
Sent by Cursor Automation: grpahqlcodegen Review Agent


Bumps org.projectlombok:lombok from 1.18.42 to 1.18.46.
Changelog
Sourced from org.projectlombok:lombok's changelog.
Commits
936ca59[build] lombok's launcher is still intended to be 1.4 compatible, or at least...fcdab3f[version] pre-release version bump1cb7d49[changelog]#4004 Mention Jackson3 final touches in changelog.12a15b0Fix: Bump EA_JDK to 27 (25 and 26 have been released)2be766cMerge branch 'jackson3-final-touches'290fa4c[trivial] constantize the warning we spit out for ambiguous jackson2/3, and m...e6567b6test: Add Jackson 3 test cases and version ambiguity warnings45e72e2feat: Add Jackson 3 databind/dataformat annotations to HandlerUtil copy lists184d423feat: Add Jackson 3 support to@Jacksonizedhandlerse027ad0refactored to ShadowClassLoader use Collections::enumeration instead of VectorDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)