Skip to content

Commit

Permalink
Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 (#433)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stepan Burlakov <[email protected]>
  • Loading branch information
dependabot[bot] and stepansergeevitch authored Oct 30, 2024
1 parent 57b4257 commit 79710b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ dependencies {
implementation fileTree(dir: 'libs', includes: ['*.jar'])

compileOnly 'org.slf4j:slf4j-api:2.0.13'
compileOnly 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.32'
testCompileOnly 'org.projectlombok:lombok:1.18.32'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'

testImplementation 'ch.qos.logback:logback-classic:1.5.6'
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
Expand Down

0 comments on commit 79710b1

Please sign in to comment.