Skip to content

Commit c391c6e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle.kts

+2-2
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.38")
37+
annotationProcessor("org.projectlombok:lombok:1.18.38")
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)