Skip to content

Commit b9e15a2

Browse files
fix(deps): update dependency org.projectlombok:lombok to v1.18.30
1 parent 89ab0fe commit b9e15a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.28")
37-
annotationProcessor("org.projectlombok:lombok:1.18.28")
36+
compileOnly("org.projectlombok:lombok:1.18.30")
37+
annotationProcessor("org.projectlombok:lombok:1.18.30")
3838

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

0 commit comments

Comments
 (0)