File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ 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:6.0.0'
30- testImplementation ' org.mockito:mockito-core:5.19 .0'
30+ testImplementation ' org.mockito:mockito-core:5.20 .0'
3131 testImplementation ' org.junit.jupiter:junit-jupiter-params:6.0.0'
3232 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.0'
3333 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.0'
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ repositories {
1212
1313dependencies {
1414 implementation ' org.slf4j:slf4j-nop:2.0.17'
15- implementation ' de.gdata:vaas:9.0.10 '
15+ implementation ' de.gdata:vaas:9.0.12 '
1616 implementation ' org.projectlombok:lombok:1.18.42'
1717 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
18- implementation ' com.amazonaws:aws-java-sdk-s3:1.12.791 '
18+ implementation ' com.amazonaws:aws-java-sdk-s3:1.12.792 '
1919}
2020
2121tasks. register(' sha256Scan' , JavaExec ) {
You can’t perform that action at this time.
0 commit comments