diff --git a/build.gradle b/build.gradle index 62eedda..07f5d65 100644 --- a/build.gradle +++ b/build.gradle @@ -55,13 +55,13 @@ dependencies { compileOnly "com.google.code.findbugs:jsr305:3.0.2" compileOnly "org.jetbrains:annotations:26.0.1" - compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.34")) + compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.36")) //include "net.lenni0451:Reflect:1.0.0" testImplementation(platform("org.junit:junit-bom:5.11.3")) testImplementation "org.junit.jupiter:junit-jupiter" testRuntimeOnly "org.junit.platform:junit-platform-launcher" - testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.34")) + testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.36")) } sourceSets {