Skip to content

Commit

Permalink
fix(deps): update dependency org.projectlombok:lombok to v1.18.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 28, 2024
1 parent 97809d3 commit eabc81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies {
exclude("org.yaml", "snakeyaml")
}

compileOnly("org.projectlombok:lombok:1.18.30")
annotationProcessor("org.projectlombok:lombok:1.18.30")
compileOnly("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.34")

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

0 comments on commit eabc81c

Please sign in to comment.