We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0f1f3 commit cb48b4aCopy full SHA for cb48b4a
buildSrc/src/main/kotlin/pc.java-conventions.gradle.kts
@@ -29,8 +29,8 @@ dependencies {
29
compileOnly("net.luckperms:api:5.5")
30
compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.8")
31
32
- compileOnly("org.projectlombok:lombok:1.18.42")
33
- annotationProcessor("org.projectlombok:lombok:1.18.42")
+ compileOnly("org.projectlombok:lombok:1.18.44")
+ annotationProcessor("org.projectlombok:lombok:1.18.44")
34
35
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
36
testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
0 commit comments