Skip to content

chore(deps): bump io.freefair.lombok from 6.6.3 to 9.5.0 - #46

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/io.freefair.lombok-9.5.0
Open

chore(deps): bump io.freefair.lombok from 6.6.3 to 9.5.0#46
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/io.freefair.lombok-9.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps io.freefair.lombok from 6.6.3 to 9.5.0.

Release notes

Sourced from io.freefair.lombok's releases.

9.5.0

What's Changed

New Contributors

Full Changelog: freefair/gradle-plugins@9.4.0...9.5.0

9.4.0

What's Changed

... (truncated)

Commits
  • f24a7d5 Merge pull request #1755 from freefair/dependabot/gradle/examples/main/org.sp...
  • 278081c fix deprecation warnings
  • a1cf246 Merge pull request #1754 from dtrunk90/fix/delombok-sourcepath-for-modules
  • 91dbece Merge branch 'main' of github.com:freefair/gradle-plugins
  • 88570fc fix checkstyle
  • 9ad981d Bump org.springframework.boot:spring-boot-dependencies in /examples (#1756)
  • 7bf9d6e Bump org.graalvm.buildtools.native from 1.0.0 to 1.1.0 in /examples (#1758)
  • f527dd0 fix javadoc link config
  • 27901ff Update to Gradle 9.5.0
  • 8cfe90c Bump org.springframework.boot from 4.0.5 to 4.0.6 in /examples (#1757)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 bootJar still succeeds and Lombok-generated code compiles unchanged.

Overview
Updates the io.freefair.lombok Gradle plugin in build.gradle from 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.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 12, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread build.gradle
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants