File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1818}
1919
2020dependencies {
21- implementation ' org.projectlombok:lombok:1.18.36 '
21+ implementation ' org.projectlombok:lombok:1.18.38 '
2222 implementation ' com.google.code.gson:gson:2.12.1'
2323 implementation ' org.jetbrains:annotations:26.0.2'
2424 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
@@ -27,16 +27,16 @@ dependencies {
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.12.1'
30- testImplementation ' org.mockito:mockito-core:5.16.1 '
30+ testImplementation ' org.mockito:mockito-core:5.17.0 '
3131 testImplementation ' org.junit.jupiter:junit-jupiter-params:5.12.1'
3232 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.12.1'
3333 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.12.1'
3434
35- compileOnly ' org.projectlombok:lombok:1.18.36 '
36- annotationProcessor ' org.projectlombok:lombok:1.18.36 '
35+ compileOnly ' org.projectlombok:lombok:1.18.38 '
36+ annotationProcessor ' org.projectlombok:lombok:1.18.38 '
3737
38- testCompileOnly ' org.projectlombok:lombok:1.18.36 '
39- testAnnotationProcessor ' org.projectlombok:lombok:1.18.36 '
38+ testCompileOnly ' org.projectlombok:lombok:1.18.38 '
39+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.38 '
4040}
4141
4242test {
Original file line number Diff line number Diff line change 1818}
1919
2020dependencies {
21- implementation ' org.projectlombok:lombok:1.18.36 '
21+ implementation ' org.projectlombok:lombok:1.18.38 '
2222 implementation ' com.google.code.gson:gson:2.12.1'
2323 implementation ' org.java-websocket:Java-WebSocket:1.6.0'
2424 implementation ' org.jetbrains:annotations:26.0.2'
@@ -29,11 +29,11 @@ dependencies {
2929 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.12.1'
3030
3131
32- compileOnly ' org.projectlombok:lombok:1.18.36 '
33- annotationProcessor ' org.projectlombok:lombok:1.18.36 '
32+ compileOnly ' org.projectlombok:lombok:1.18.38 '
33+ annotationProcessor ' org.projectlombok:lombok:1.18.38 '
3434
35- testCompileOnly ' org.projectlombok:lombok:1.18.36 '
36- testAnnotationProcessor ' org.projectlombok:lombok:1.18.36 '
35+ testCompileOnly ' org.projectlombok:lombok:1.18.38 '
36+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.38 '
3737}
3838
3939test {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313dependencies {
1414 implementation ' org.slf4j:slf4j-nop:2.0.17'
1515 implementation ' de.gdata:vaas:9.0.6'
16- implementation ' org.projectlombok:lombok:1.18.36 '
16+ implementation ' org.projectlombok:lombok:1.18.38 '
1717 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
1818 implementation ' com.amazonaws:aws-java-sdk-s3:1.12.782'
1919}
You can’t perform that action at this time.
0 commit comments