Skip to content

Commit

Permalink
fix(deps): update dependency lombok to v1.18.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent eed8b17 commit 4f72d1e
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 @@ -24,7 +24,7 @@ java {
}

lombok {
version = "1.18.34"
version = "1.18.36"
}

spotless {
Expand Down
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ java {
}

lombok {
version = "1.18.34"
version = "1.18.36"
}

liquibase {
Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ java {
}

lombok {
version = "1.18.34"
version = "1.18.36"
}

flyway {
Expand Down

0 comments on commit 4f72d1e

Please sign in to comment.