Skip to content

Commit cd102a5

Browse files
Update dependency org.projectlombok:lombok to v1.18.44
1 parent 2d49a28 commit cd102a5

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
@@ -31,11 +31,11 @@ dependencies {
3131
implementation("com.jeff_media:SpigotUpdateChecker:3.0.4")
3232

3333
// Other dependencies that are not required or already available at runtime
34-
compileOnly("org.projectlombok:lombok:1.18.42")
34+
compileOnly("org.projectlombok:lombok:1.18.44")
3535
compileOnly("org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT")
3636

3737
// Enable lombok annotation processing
38-
annotationProcessor("org.projectlombok:lombok:1.18.42")
38+
annotationProcessor("org.projectlombok:lombok:1.18.44")
3939
}
4040

4141
tasks {

0 commit comments

Comments
 (0)