Skip to content

Commit 5df9bef

Browse files
Update dependency org.projectlombok:lombok to v1.18.36 (#139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3e9d78a commit 5df9bef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ repositories {
4040
}
4141

4242
dependencies {
43-
compileOnly 'org.projectlombok:lombok:1.18.34'
44-
annotationProcessor 'org.projectlombok:lombok:1.18.34'
43+
compileOnly 'org.projectlombok:lombok:1.18.36'
44+
annotationProcessor 'org.projectlombok:lombok:1.18.36'
4545
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
4646
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.1'
4747
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
4848
testCompile "org.mockito:mockito-core:5.14.2"
49-
testCompileOnly 'org.projectlombok:lombok:1.18.34'
50-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
49+
testCompileOnly 'org.projectlombok:lombok:1.18.36'
50+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
5151
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
5252
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
5353
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.1'

0 commit comments

Comments
 (0)