Skip to content

Commit 13e1a0b

Browse files
committed
Pin Lombok to 1.18.44, which supports Java 25
1 parent 057ab2a commit 13e1a0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/groovy/project-convention-lombok.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ plugins {
44
}
55

66
lombok {
7-
version = "1.18.24"
7+
version = "1.18.44"
88
}

0 commit comments

Comments
 (0)