File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/de/gdata/vaasexample Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,9 @@ dependencies {
2323 implementation ' org.jetbrains:annotations:26.0.2'
2424 implementation ' io.github.cdimascio:dotenv-java:3.1.0'
2525 implementation ' com.ibm.async:asyncutil:0.1.0'
26- implementation ' com.amazonaws:aws-java-sdk-s3:1.12.780'
2726 implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2'
2827 implementation ' io.github.cdimascio:dotenv-java:3.1.0'
29- testImplementation ' org.testng:testng:7.10.2 '
28+ testImplementation ' org.testng:testng:7.11.0 '
3029 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
3130 testImplementation ' org.mockito:mockito-core:5.15.2'
3231 testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.4'
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 implementation ' org.java-websocket:Java-WebSocket:1.6.0'
2424 implementation ' org.jetbrains:annotations:26.0.2'
2525 implementation ' io.github.cdimascio:dotenv-java:3.1.0'
26- testImplementation ' org.testng:testng:7.10.2 '
26+ testImplementation ' org.testng:testng:7.11.0 '
2727 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
2828 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4'
2929 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.4'
Original file line number Diff line number Diff line change @@ -12,9 +12,10 @@ repositories {
1212
1313dependencies {
1414 implementation ' org.slf4j:slf4j-nop:2.0.16'
15- implementation ' de.gdata:vaas:9.0.1 '
15+ implementation ' de.gdata:vaas:9.0.2 '
1616 implementation ' org.projectlombok:lombok:1.18.36'
1717 implementation ' io.github.cdimascio:dotenv-java:3.1.0'
18+ implementation ' com.amazonaws:aws-java-sdk-s3:1.12.781'
1819}
1920
2021tasks. register(' sha256Scan' , JavaExec ) {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments