Skip to content

Commit 7a96678

Browse files
Update dependency org.projectlombok:lombok to v1.18.46
1 parent 531a010 commit 7a96678

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3030

3131
//LOMBOCK
32-
compileOnly 'org.projectlombok:lombok:1.18.40'
33-
annotationProcessor 'org.projectlombok:lombok:1.18.40'
32+
compileOnly 'org.projectlombok:lombok:1.18.46'
33+
annotationProcessor 'org.projectlombok:lombok:1.18.46'
3434

3535

3636
// This dependency is used by the application.

0 commit comments

Comments
 (0)