File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ java {
2020dependencies {
2121 implementation ' org.projectlombok:lombok:1.18.42'
2222 implementation ' com.google.code.gson:gson:2.13.2'
23- implementation ' org.jetbrains:annotations:26.0.2-1 '
23+ 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.0 '
26+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.21.1 '
2727 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
2828 testImplementation ' org.testng:testng:7.12.0'
29- testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.2 '
30- testImplementation ' org.mockito:mockito-core:5.21 .0'
31- testImplementation ' org.junit.jupiter:junit-jupiter-params:6.0.2 '
32- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.2 '
33- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.2 '
29+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.3 '
30+ testImplementation ' org.mockito:mockito-core:5.22 .0'
31+ testImplementation ' org.junit.jupiter:junit-jupiter-params:6.0.3 '
32+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.3 '
33+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.3 '
3434
3535 compileOnly ' org.projectlombok:lombok:1.18.42'
3636 annotationProcessor ' org.projectlombok:lombok:1.18.42'
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ dependencies {
2121 implementation ' org.projectlombok:lombok:1.18.42'
2222 implementation ' com.google.code.gson:gson:2.13.2'
2323 implementation ' org.java-websocket:Java-WebSocket:1.6.0'
24- implementation ' org.jetbrains:annotations:26.0.2-1 '
24+ implementation ' org.jetbrains:annotations:26.1.0 '
2525 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
2626 testImplementation ' org.testng:testng:7.12.0'
27- testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.2 '
28- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.2 '
29- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.2 '
27+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.3 '
28+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.3 '
29+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.3 '
3030
3131
3232 compileOnly ' org.projectlombok:lombok:1.18.42'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212
1313dependencies {
1414 implementation ' org.slf4j:slf4j-nop:2.0.17'
15- implementation ' de.gdata:vaas:9.1.0 '
15+ implementation ' de.gdata:vaas:9.1.1 '
1616 implementation ' org.projectlombok:lombok:1.18.42'
1717 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
1818 implementation ' com.amazonaws:aws-java-sdk-s3:1.12.797'
You can’t perform that action at this time.
0 commit comments