bump lombok dependency

This commit is contained in:
Luke
2025-07-10 13:45:26 +00:00
committed by harlekin
parent c7bac99a90
commit 287241f03b

View File

@@ -34,8 +34,8 @@ repositories {
}
dependencies {
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
compileOnly 'org.projectlombok:lombok:1.18.38'
annotationProcessor 'org.projectlombok:lombok:1.18.38'
implementation 'args4j:args4j:2.33'
implementation 'net.lingala.zip4j:zip4j:2.11.+'