File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
examples/VaasExample/gradle/wrapper Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ java {
1919
2020dependencies {
2121 implementation ' org.projectlombok:lombok:1.18.36'
22- implementation ' com.google.code.gson:gson:2.11.0 '
23- implementation ' org.jetbrains:annotations:26.0.1 '
22+ implementation ' com.google.code.gson:gson:2.12.1 '
23+ 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'
2626 implementation ' com.amazonaws:aws-java-sdk-s3:1.12.780'
2727 implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2'
28- implementation ' io.github.cdimascio:dotenv-java:2.2.0 '
28+ implementation ' io.github.cdimascio:dotenv-java:2.3.2 '
2929 testImplementation ' org.testng:testng:7.10.2'
3030 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
31- testImplementation ' org.mockito:mockito-core:5.14 .2'
32- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.3 '
31+ testImplementation ' org.mockito:mockito-core:5.15 .2'
32+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.4 '
3333 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4'
3434 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.4'
3535
Original file line number Diff line number Diff line change 1919
2020dependencies {
2121 implementation ' org.projectlombok:lombok:1.18.36'
22- implementation ' com.google.code.gson:gson:2.11.0 '
22+ implementation ' com.google.code.gson:gson:2.12.1 '
2323 implementation ' org.java-websocket:Java-WebSocket:1.6.0'
24- implementation ' org.jetbrains:annotations:26.0.1 '
24+ implementation ' org.jetbrains:annotations:26.0.2 '
2525 implementation ' io.github.cdimascio:dotenv-java:3.1.0'
2626 testImplementation ' org.testng:testng:7.10.2'
2727 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
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.12-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -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.12-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments