File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ dependencies {
2121 implementation ' org.projectlombok:lombok:1.18.36'
2222 implementation ' com.google.code.gson:gson:2.12.1'
2323 implementation ' org.jetbrains:annotations:26.0.2'
24- implementation ' io.github.cdimascio:dotenv-java:3.1 .0'
24+ implementation ' io.github.cdimascio:dotenv-java:3.2 .0'
2525 implementation ' com.ibm.async:asyncutil:0.1.0'
2626 implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2'
27- implementation ' io.github.cdimascio:dotenv-java:3.1 .0'
27+ 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.11.4 '
29+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.12.0 '
3030 testImplementation ' org.mockito:mockito-core:5.15.2'
31- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.4 '
32- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
33- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.4 '
31+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.12.0 '
32+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.12.0 '
33+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.12.0 '
3434
3535 compileOnly ' org.projectlombok:lombok:1.18.36'
3636 annotationProcessor ' org.projectlombok:lombok:1.18.36'
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ dependencies {
2222 implementation ' com.google.code.gson:gson:2.12.1'
2323 implementation ' org.java-websocket:Java-WebSocket:1.6.0'
2424 implementation ' org.jetbrains:annotations:26.0.2'
25- implementation ' io.github.cdimascio:dotenv-java:3.1 .0'
25+ 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.11.4 '
28- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
29- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.4 '
27+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.12.0 '
28+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.12.0 '
29+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.12.0 '
3030
3131
3232 compileOnly ' org.projectlombok:lombok:1.18.36'
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.16'
15- implementation ' de.gdata:vaas:9.0.2 '
15+ implementation ' de.gdata:vaas:9.0.3 '
1616 implementation ' org.projectlombok:lombok:1.18.36'
17- implementation ' io.github.cdimascio:dotenv-java:3.1 .0'
18- implementation ' com.amazonaws:aws-java-sdk-s3:1.12.781 '
17+ implementation ' io.github.cdimascio:dotenv-java:3.2 .0'
18+ implementation ' com.amazonaws:aws-java-sdk-s3:1.12.782 '
1919}
2020
2121tasks. register(' sha256Scan' , JavaExec ) {
You can’t perform that action at this time.
0 commit comments