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.
2 parents 43a5f31 + 683a4f5 commit 1e0639cCopy full SHA for 1e0639c
build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
implementation("org.ow2.asm:asm-util:$asmVer")
46
implementation("org.ow2.asm:asm-tree:$asmVer")
47
48
- val lombok = "org.projectlombok:lombok:1.18.20"
+ val lombok = "org.projectlombok:lombok:1.18.22"
49
compileOnly(lombok)
50
testCompileOnly(lombok)
51
annotationProcessor(lombok)
0 commit comments