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 e10b161 commit 683a4f5Copy full SHA for 683a4f5
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