Skip to content

Commit 4fa1ea5

Browse files
Update dependency org.projectlombok:lombok to v1.18.38
1 parent 4e2e718 commit 4fa1ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
implementation("org.springframework.boot:spring-boot-starter")
2929

3030
// Lombok
31-
compileOnly("org.projectlombok:lombok:1.18.36")
32-
annotationProcessor("org.projectlombok:lombok:1.18.36")
31+
compileOnly("org.projectlombok:lombok:1.18.38")
32+
annotationProcessor("org.projectlombok:lombok:1.18.38")
3333

3434
// Shiro
3535
implementation("com.mikuac:shiro:2.3.7")

0 commit comments

Comments
 (0)