Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.36 (#384)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent ad3360e commit 1721b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depclean-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
implementation('se.kth.castor:depclean-core:2.0.6')
implementation('se.kth.castor:depclean-maven-plugin:2.0.6')
implementation('org.slf4j:slf4j-log4j12:2.0.16')
compileOnly('org.projectlombok:lombok:1.18.34')
annotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly('org.projectlombok:lombok:1.18.36')
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testImplementation('org.spockframework:spock-core:2.3-groovy-4.0')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
}
Expand Down

0 comments on commit 1721b91

Please sign in to comment.