Skip to content

Commit 8eda898

Browse files
chore(deps): bump org.projectlombok:lombok from 1.18.30 to 1.18.42 (#12)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1dd027b commit 8eda898

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies {
2525
implementation 'org.yaml:snakeyaml:2.0'
2626

2727
// Lombok
28-
compileOnly 'org.projectlombok:lombok:1.18.30'
29-
annotationProcessor 'org.projectlombok:lombok:1.18.30'
28+
compileOnly 'org.projectlombok:lombok:1.18.42'
29+
annotationProcessor 'org.projectlombok:lombok:1.18.42'
3030
}
3131

3232
java {

0 commit comments

Comments
 (0)