Skip to content

Commit a155acd

Browse files
Update dependency org.projectlombok:lombok to v1.18.40 (#230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 283cc1b commit a155acd

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
@@ -29,12 +29,12 @@ allprojects {
2929

3030
// Other dependencies that are not required or already available at runtime
3131
compileOnly("org.jetbrains:annotations:26.0.2")
32-
compileOnly("org.projectlombok:lombok:1.18.38")
32+
compileOnly("org.projectlombok:lombok:1.18.40")
3333
// This is needed for XSkin, but isnt added to the XSeries jar, potentially a bug that will be fixed in a later release
3434
compileOnly("com.mojang:authlib:1.5.25")
3535

3636
// Enable lombok annotation processing
37-
annotationProcessor("org.projectlombok:lombok:1.18.38")
37+
annotationProcessor("org.projectlombok:lombok:1.18.40")
3838
}
3939
}
4040

0 commit comments

Comments
 (0)