Skip to content

Commit 37a8ad9

Browse files
chore(deps): bump org.projectlombok:lombok from 1.18.42 to 1.18.44 (#47)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 986085a commit 37a8ad9

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.6'
2626

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

3232
java {

0 commit comments

Comments
 (0)