File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
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'
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.19.0 '
26+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.19.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:5.12 .2'
29+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13 .2'
3030 testImplementation ' org.mockito:mockito-core:5.18.0'
31- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.12 .2'
32- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.12 .2'
33- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.12 .2'
31+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13 .2'
32+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13 .2'
33+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13 .2'
3434
3535 compileOnly ' org.projectlombok:lombok:1.18.38'
3636 annotationProcessor ' org.projectlombok:lombok:1.18.38'
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ dependencies {
2424 implementation ' org.jetbrains:annotations:26.0.2'
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:5.12 .2'
28- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.12 .2'
29- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.12 .2'
27+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13 .2'
28+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13 .2'
29+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13 .2'
3030
3131
3232 compileOnly ' org.projectlombok:lombok:1.18.38'
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.8 '
15+ implementation ' de.gdata:vaas:9.0.9 '
1616 implementation ' org.projectlombok:lombok:1.18.38'
1717 implementation ' io.github.cdimascio:dotenv-java:3.2.0'
18- implementation ' com.amazonaws:aws-java-sdk-s3:1.12.783 '
18+ implementation ' com.amazonaws:aws-java-sdk-s3:1.12.787 '
1919}
2020
2121tasks. register(' sha256Scan' , JavaExec ) {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments