chore(deps): bump io.freefair.lombok from 6.6.3 to 9.5.0 - #46
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump io.freefair.lombok from 6.6.3 to 9.5.0#46dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 6.6.3 to 9.5.0. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](freefair/gradle-plugins@6.6.3...9.5.0) --- updated-dependencies: - dependency-name: io.freefair.lombok dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 1828033. Configure here.
| 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" |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 1828033. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps io.freefair.lombok from 6.6.3 to 9.5.0.
Release notes
Sourced from io.freefair.lombok's releases.
... (truncated)
Commits
f24a7d5Merge pull request #1755 from freefair/dependabot/gradle/examples/main/org.sp...278081cfix deprecation warningsa1cf246Merge pull request #1754 from dtrunk90/fix/delombok-sourcepath-for-modules91dbeceMerge branch 'main' of github.com:freefair/gradle-plugins88570fcfix checkstyle9ad981dBump org.springframework.boot:spring-boot-dependencies in /examples (#1756)7bf9d6eBump org.graalvm.buildtools.native from 1.0.0 to 1.1.0 in /examples (#1758)f527dd0fix javadoc link config27901ffUpdate to Gradle 9.5.08cfe90cBump org.springframework.boot from 4.0.5 to 4.0.6 in /examples (#1757)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 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)Note
Medium Risk
Major-version build-plugin upgrade may require a newer Gradle wrapper than 7.5.1; verify CI
./gradlew bootJarstill succeeds and Lombok-generated code compiles unchanged.Overview
Updates the io.freefair.lombok Gradle plugin in
build.gradlefrom 6.6.3 to 9.5.0, so Lombok annotation processing and related compile tasks run against the newer freefair release (including its bundled Lombok toolchain updates).No application source or runtime dependencies change—only the build-time plugin version.
Reviewed by Cursor Bugbot for commit 1828033. Configure here.