File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ repositories {
4040}
4141
4242dependencies {
43- compileOnly ' org.projectlombok:lombok:1.18.36 '
44- annotationProcessor ' org.projectlombok:lombok:1.18.36 '
43+ compileOnly ' org.projectlombok:lombok:1.18.38 '
44+ annotationProcessor ' org.projectlombok:lombok:1.18.38 '
4545 implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.3'
4646 implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.3'
4747 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
4848 testCompile " org.mockito:mockito-core:5.16.1"
49- testCompileOnly ' org.projectlombok:lombok:1.18.36 '
50- testAnnotationProcessor ' org.projectlombok:lombok:1.18.36 '
49+ testCompileOnly ' org.projectlombok:lombok:1.18.38 '
50+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.38 '
5151 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4'
5252 testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.18.3'
5353 testImplementation ' com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.3'
You can’t perform that action at this time.
0 commit comments