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 6cca624 + 5c2de25 commit 8bc6dbdCopy full SHA for 8bc6dbd
build.gradle.kts
@@ -33,8 +33,8 @@ dependencies {
33
exclude("org.yaml", "snakeyaml")
34
}
35
36
- compileOnly("org.projectlombok:lombok:1.18.24")
37
- annotationProcessor("org.projectlombok:lombok:1.18.24")
+ compileOnly("org.projectlombok:lombok:1.18.26")
+ annotationProcessor("org.projectlombok:lombok:1.18.26")
38
39
implementation("org.apache.skywalking:apm-toolkit-trace:8.14.0")
40
implementation("org.apache.skywalking:apm-toolkit-logback-1.x:8.14.0")
0 commit comments