Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id 'io.freefair.lombok' version '8.13.1'
id 'io.freefair.lombok' version '9.4.0'
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

io.freefair.lombok is being bumped from 8.x to 9.x (major version); it’d be good to double-check Gradle/JDK compatibility and that annotation-processing/codegen behavior (e.g., delombok/compile tasks) remains unchanged in CI for this project.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

}
}

Expand Down
Loading