Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 2ad1d3e commit 0890600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tomcat-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ subprojects {
}
dependencies {

compileOnly "org.projectlombok:lombok:1.18.28"
annotationProcessor "org.projectlombok:lombok:1.18.28"
compileOnly "org.projectlombok:lombok:1.18.30"
annotationProcessor "org.projectlombok:lombok:1.18.30"

implementation "org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}"
implementation "org.apache.tomcat.embed:tomcat-embed-jasper:${tomcatVersion}"
Expand Down

0 comments on commit 0890600

Please sign in to comment.