Skip to content

Commit dc694dc

Browse files
authored
Merge pull request #70 from sourceplusplus/renovate/org.projectlombok-lombok-1.x
2 parents c98b1c5 + b9e15a2 commit dc694dc

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.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)