Skip to content

Commit

Permalink
Bump io.freefair.lombok from 8.1.0 to 8.4 (#122)
Browse files Browse the repository at this point in the history
Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 8.1.0 to 8.4.
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@8.1.0...8.4)

---
updated-dependencies:
- dependency-name: io.freefair.lombok
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 00ca1a3 commit c818b0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "com.diffplug.spotless" version "6.20.0"
id "io.freefair.lombok" version "8.1.0"
id "io.freefair.lombok" version "8.4"
id "jacoco"
id "java-library"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "antlr"
id "com.diffplug.spotless" version "6.20.0"
id "io.freefair.lombok" version "8.1.0"
id "io.freefair.lombok" version "8.4"
id "jacoco"
id "java-library"
}
Expand Down
2 changes: 1 addition & 1 deletion preprocessor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "antlr"
id "com.diffplug.spotless" version "6.20.0"
id "io.freefair.lombok" version "8.1.0"
id "io.freefair.lombok" version "8.4"
id "jacoco"
id "java-library"
}
Expand Down

0 comments on commit c818b0e

Please sign in to comment.