Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 3, 2023
1 parent de847c3 commit 9891c51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ repositories {
}

dependencies {
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
compileOnly 'org.projectlombok:lombok:1.18.26'
annotationProcessor 'org.projectlombok:lombok:1.18.26'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.14.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testCompile "org.mockito:mockito-core:5.1.1"
testCompileOnly 'org.projectlombok:lombok:1.18.24'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.24'
testCompileOnly 'org.projectlombok:lombok:1.18.26'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.26'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.14.2'
Expand Down

0 comments on commit 9891c51

Please sign in to comment.