File tree Expand file tree Collapse file tree 5 files changed +14
-15
lines changed
examples/VaasExample/gradle/wrapper Expand file tree Collapse file tree 5 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ java {
2020dependencies {
2121 implementation ' org.projectlombok:lombok:1.18.36'
2222 implementation ' com.google.code.gson:gson:2.11.0'
23- implementation ' org.java-websocket:Java-WebSocket:1.5.7 '
23+ implementation ' org.java-websocket:Java-WebSocket:1.6.0 '
2424 implementation ' org.jetbrains:annotations:26.0.1'
25- implementation ' io.github.cdimascio:dotenv-java:3.0.2 '
25+ implementation ' io.github.cdimascio:dotenv-java:3.1.0 '
2626 testImplementation ' org.testng:testng:7.10.2'
27- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3 '
28- testImplementation ' org.slf4j:slf4j-simple:2.0.9 '
27+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
28+ testImplementation ' org.slf4j:slf4j-simple:2.0.16 '
2929
30- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.3 '
31- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.3 '
30+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
31+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.4 '
3232
3333
3434 compileOnly ' org.projectlombok:lombok:1.18.36'
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ java {
2020dependencies {
2121 implementation ' org.projectlombok:lombok:1.18.36'
2222 implementation ' com.google.code.gson:gson:2.11.0'
23- implementation ' org.java-websocket:Java-WebSocket:1.5.7 '
23+ implementation ' org.java-websocket:Java-WebSocket:1.6.0 '
2424 implementation ' org.jetbrains:annotations:26.0.1'
25- implementation ' io.github.cdimascio:dotenv-java:3.0.2 '
25+ implementation ' io.github.cdimascio:dotenv-java:3.1.0 '
2626 testImplementation ' org.testng:testng:7.10.2'
27- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3 '
28- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.3 '
29- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.3 '
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 '
3030
3131
3232 compileOnly ' org.projectlombok:lombok:1.18.36'
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.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -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.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 8686# shellcheck disable=SC2034
8787APP_BASE_NAME=${0##*/ }
8888# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90- ' " $PWD " ) || exit
89+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
9190
9291# Use the maximum available, or set MAX_FD != -1 to use that value.
9392MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments