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 7335b24 commit 323a42cCopy full SHA for 323a42c
java-algorithm/build.gradle.kts
@@ -63,10 +63,10 @@ dependencies {
63
testAnnotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:1.35")
64
65
// lombok
66
- compileOnly("org.projectlombok:lombok:1.18.24")
67
- annotationProcessor("org.projectlombok:lombok:1.18.24")
68
- testCompileOnly("org.projectlombok:lombok:1.18.24")
69
- testAnnotationProcessor("org.projectlombok:lombok:1.18.24")
+ compileOnly("org.projectlombok:lombok:1.18.30")
+ annotationProcessor("org.projectlombok:lombok:1.18.30")
+ testCompileOnly("org.projectlombok:lombok:1.18.30")
+ testAnnotationProcessor("org.projectlombok:lombok:1.18.30")
70
}
71
72
tasks.withType<JavaCompile> {
0 commit comments