Skip to content

Commit cb48b4a

Browse files
chore(deps): update dependency org.projectlombok:lombok to v1.18.44
1 parent cf0f1f3 commit cb48b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/pc.java-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
compileOnly("net.luckperms:api:5.5")
3030
compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.8")
3131

32-
compileOnly("org.projectlombok:lombok:1.18.42")
33-
annotationProcessor("org.projectlombok:lombok:1.18.42")
32+
compileOnly("org.projectlombok:lombok:1.18.44")
33+
annotationProcessor("org.projectlombok:lombok:1.18.44")
3434

3535
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3636
testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")

0 commit comments

Comments
 (0)