Skip to content

Commit

Permalink
Merge pull request #684 from codecentric/renovate/io.freefair.lombok-8.x
Browse files Browse the repository at this point in the history
chore(deps): update plugin io.freefair.lombok to v8.6
  • Loading branch information
renovate[bot] authored Mar 5, 2024
2 parents 8f901a8 + d88b1a1 commit 3f6fca1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/gateway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.springframework.boot' version '3.1.8'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
id "io.freefair.lombok" version "8.4"
id "io.freefair.lombok" version "8.6"
id 'com.github.jk1.dependency-license-report' version '2.5'
}

Expand Down
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.liquibase.gradle' version '2.2.1'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
id "io.freefair.lombok" version "8.4"
id "io.freefair.lombok" version "8.6"
id 'com.github.jk1.dependency-license-report' version '2.5'
}

Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.flywaydb.flyway' version '10.7.1'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
id "io.freefair.lombok" version "8.4"
id "io.freefair.lombok" version "8.6"
id 'com.github.jk1.dependency-license-report' version '2.5'
}

Expand Down

0 comments on commit 3f6fca1

Please sign in to comment.