@@ -18,25 +18,25 @@ java {
1818}
1919
2020dependencies {
21- implementation ' org.projectlombok:lombok:1.18.38 '
21+ implementation ' org.projectlombok:lombok:1.18.40 '
2222 implementation ' com.google.code.gson:gson:2.13.1'
23- implementation ' org.jetbrains:annotations:26.0.2'
23+ implementation ' org.jetbrains:annotations:26.0.2-1 '
2424 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
2525 implementation ' com.ibm.async:asyncutil:0.1.0'
26- implementation ' com.fasterxml.jackson.core:jackson-databind:2.19.2 '
26+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.20.0 '
2727 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
2828 testImplementation ' org.testng:testng:7.11.0'
2929 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.4'
30- testImplementation ' org.mockito:mockito-core:5.18 .0'
30+ testImplementation ' org.mockito:mockito-core:5.19 .0'
3131 testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.4'
3232 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.4'
3333 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4'
3434
35- compileOnly ' org.projectlombok:lombok:1.18.38 '
36- annotationProcessor ' org.projectlombok:lombok:1.18.38 '
35+ compileOnly ' org.projectlombok:lombok:1.18.40 '
36+ annotationProcessor ' org.projectlombok:lombok:1.18.40 '
3737
38- testCompileOnly ' org.projectlombok:lombok:1.18.38 '
39- testAnnotationProcessor ' org.projectlombok:lombok:1.18.38 '
38+ testCompileOnly ' org.projectlombok:lombok:1.18.40 '
39+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.40 '
4040}
4141
4242test {
0 commit comments