Skip to content

Commit d988c30

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

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