File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ dependencies {
2323 implementation ' org.jetbrains:annotations:26.0.2-1'
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.20.0 '
26+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.20.1 '
2727 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
2828 testImplementation ' org.testng:testng:7.11.0'
29- testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.0 '
29+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.1 '
3030 testImplementation ' org.mockito:mockito-core:5.20.0'
31- testImplementation ' org.junit.jupiter:junit-jupiter-params:6.0.0 '
32- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.0 '
33- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.0 '
31+ testImplementation ' org.junit.jupiter:junit-jupiter-params:6.0.1 '
32+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.1 '
33+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.1 '
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 @@ -24,9 +24,9 @@ dependencies {
2424 implementation ' org.jetbrains:annotations:26.0.2-1'
2525 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
2626 testImplementation ' org.testng:testng:7.11.0'
27- testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.0 '
28- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.0 '
29- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.0 '
27+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.1 '
28+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.1 '
29+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.1 '
3030
3131
3232 compileOnly ' org.projectlombok:lombok:1.18.42'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 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.792 '
18+ implementation ' com.amazonaws:aws-java-sdk-s3:1.12.793 '
1919}
2020
2121tasks. register(' sha256Scan' , JavaExec ) {
You can’t perform that action at this time.
0 commit comments