diff --git a/functional-tests/build.gradle b/functional-tests/build.gradle index 8750f84..ccc1380 100644 --- a/functional-tests/build.gradle +++ b/functional-tests/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.gauge' version '2.0.0' + id 'org.gauge' version '2.1.0' } repositories { @@ -11,7 +11,7 @@ repositories { dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'com.thoughtworks.gauge:gauge-java:+' - testImplementation 'org.htmlunit:htmlunit:3.11.0' + testImplementation 'org.htmlunit:htmlunit:4.1.0' testImplementation 'se.fishtank:css-selectors:2.0' testImplementation 'org.jsoup:jsoup:1.17.2' testImplementation 'org.assertj:assertj-core:3.25.3'