Skip to content
Open
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 build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'org.springframework.boot' version '3.0.4'
id 'io.spring.dependency-management' version '1.0.14.RELEASE'
id "io.freefair.lombok" version "6.6.3"
id "io.freefair.lombok" version "9.5.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incompatible FreeFair Lombok Gradle version

High Severity

Bumping io.freefair.lombok to 9.5.0 leaves the project on Gradle 7.5.1. FreeFair aligns major.minor with Gradle since v8, so 9.5.0 targets Gradle 9.5 and will fail when CI runs ./gradlew bootJar.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1828033. Configure here.

id 'java'
}

Expand Down
Loading