Skip to content

Commit eabc81c

Browse files
fix(deps): update dependency org.projectlombok:lombok to v1.18.34
1 parent 97809d3 commit eabc81c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies {
3333
exclude("org.yaml", "snakeyaml")
3434
}
3535

36-
compileOnly("org.projectlombok:lombok:1.18.30")
37-
annotationProcessor("org.projectlombok:lombok:1.18.30")
36+
compileOnly("org.projectlombok:lombok:1.18.34")
37+
annotationProcessor("org.projectlombok:lombok:1.18.34")
3838

3939
implementation("org.apache.skywalking:apm-toolkit-trace:9.0.0")
4040
implementation("org.apache.skywalking:apm-toolkit-logback-1.x:9.0.0")

0 commit comments

Comments
 (0)