diff --git a/functional-tests/build.gradle b/functional-tests/build.gradle index a9b226e..a1f4fd6 100644 --- a/functional-tests/build.gradle +++ b/functional-tests/build.gradle @@ -13,7 +13,7 @@ dependencies { testImplementation 'com.thoughtworks.gauge:gauge-java:+' testImplementation 'org.htmlunit:htmlunit:4.21.0' testImplementation 'se.fishtank:css-selectors:2.0' - testImplementation 'org.jsoup:jsoup:1.22.1' + testImplementation 'org.jsoup:jsoup:1.22.2' testImplementation 'org.assertj:assertj-core:3.27.7' testImplementation 'org.json:json:20251224' } diff --git a/functional-tests/gradle/wrapper/gradle-wrapper.jar b/functional-tests/gradle/wrapper/gradle-wrapper.jar index d997cfc..b1b8ef5 100644 Binary files a/functional-tests/gradle/wrapper/gradle-wrapper.jar and b/functional-tests/gradle/wrapper/gradle-wrapper.jar differ diff --git a/functional-tests/gradle/wrapper/gradle-wrapper.properties b/functional-tests/gradle/wrapper/gradle-wrapper.properties index c61a118..b52fb7e 100644 --- a/functional-tests/gradle/wrapper/gradle-wrapper.properties +++ b/functional-tests/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,9 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip networkTimeout=10000 +retries=0 +retryBackOffMs=500 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/functional-tests/gradlew b/functional-tests/gradlew index 739907d..b9bb139 100755 --- a/functional-tests/gradlew +++ b/functional-tests/gradlew @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/3d91ce3b8caaf77ad09f381f43615b715b53f72c/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/.