@@ -18,25 +18,25 @@ java {
1818}
1919
2020dependencies {
21- implementation ' org.projectlombok:lombok:1.18.42 '
21+ implementation ' org.projectlombok:lombok:1.18.44 '
2222 implementation ' com.google.code.gson:gson:2.13.2'
2323 implementation ' org.jetbrains:annotations:26.1.0'
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.21.1 '
26+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.21.2 '
2727 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
2828 testImplementation ' org.testng:testng:7.12.0'
2929 testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.3'
30- testImplementation ' org.mockito:mockito-core:5.22 .0'
30+ testImplementation ' org.mockito:mockito-core:5.23 .0'
3131 testImplementation ' org.junit.jupiter:junit-jupiter-params:6.0.3'
3232 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.3'
3333 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.3'
3434
35- compileOnly ' org.projectlombok:lombok:1.18.42 '
36- annotationProcessor ' org.projectlombok:lombok:1.18.42 '
35+ compileOnly ' org.projectlombok:lombok:1.18.44 '
36+ annotationProcessor ' org.projectlombok:lombok:1.18.44 '
3737
38- testCompileOnly ' org.projectlombok:lombok:1.18.42 '
39- testAnnotationProcessor ' org.projectlombok:lombok:1.18.42 '
38+ testCompileOnly ' org.projectlombok:lombok:1.18.44 '
39+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.44 '
4040}
4141
4242test {
0 commit comments