Skip to content

Commit 4f72d1e

Browse files
fix(deps): update dependency lombok to v1.18.36
1 parent eed8b17 commit 4f72d1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

services/gateway/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ java {
2424
}
2525

2626
lombok {
27-
version = "1.18.34"
27+
version = "1.18.36"
2828
}
2929

3030
spotless {

services/habit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ java {
2828
}
2929

3030
lombok {
31-
version = "1.18.34"
31+
version = "1.18.36"
3232
}
3333

3434
liquibase {

services/track/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ java {
2828
}
2929

3030
lombok {
31-
version = "1.18.34"
31+
version = "1.18.36"
3232
}
3333

3434
flyway {

0 commit comments

Comments
 (0)