File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818}
1919
2020dependencies {
21- implementation ' org.projectlombok:lombok:1.18.44 '
22- implementation ' com.google.code.gson:gson:2.13.2 '
21+ implementation ' org.projectlombok:lombok:1.18.46 '
22+ implementation ' com.google.code.gson:gson:2.14.0 '
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'
@@ -32,11 +32,11 @@ dependencies {
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.44 '
36- annotationProcessor ' org.projectlombok:lombok:1.18.44 '
35+ compileOnly ' org.projectlombok:lombok:1.18.46 '
36+ annotationProcessor ' org.projectlombok:lombok:1.18.46 '
3737
38- testCompileOnly ' org.projectlombok:lombok:1.18.44 '
39- testAnnotationProcessor ' org.projectlombok:lombok:1.18.44 '
38+ testCompileOnly ' org.projectlombok:lombok:1.18.46 '
39+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.46 '
4040}
4141
4242test {
Original file line number Diff line number Diff line change 1818}
1919
2020dependencies {
21- implementation ' org.projectlombok:lombok:1.18.44 '
22- implementation ' com.google.code.gson:gson:2.13.2 '
21+ implementation ' org.projectlombok:lombok:1.18.46 '
22+ implementation ' com.google.code.gson:gson:2.14.0 '
2323 implementation ' org.java-websocket:Java-WebSocket:1.6.0'
2424 implementation ' org.jetbrains:annotations:26.1.0'
2525 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
@@ -29,11 +29,11 @@ dependencies {
2929 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.3'
3030
3131
32- compileOnly ' org.projectlombok:lombok:1.18.44 '
33- annotationProcessor ' org.projectlombok:lombok:1.18.44 '
32+ compileOnly ' org.projectlombok:lombok:1.18.46 '
33+ annotationProcessor ' org.projectlombok:lombok:1.18.46 '
3434
35- testCompileOnly ' org.projectlombok:lombok:1.18.44 '
36- testAnnotationProcessor ' org.projectlombok:lombok:1.18.44 '
35+ testCompileOnly ' org.projectlombok:lombok:1.18.46 '
36+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.46 '
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.1.2'
16- implementation ' org.projectlombok:lombok:1.18.44 '
16+ implementation ' org.projectlombok:lombok:1.18.46 '
1717 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
1818 implementation ' com.amazonaws:aws-java-sdk-s3:1.12.797'
1919}
You can’t perform that action at this time.
0 commit comments