diff --git a/build.gradle b/build.gradle index 1712981e..3f48293e 100644 --- a/build.gradle +++ b/build.gradle @@ -116,7 +116,7 @@ dependencies { implementation 'org.seleniumhq.selenium:selenium-remote-driver:4.19.1' implementation 'io.appium:java-client:9.2.2' implementation 'org.awaitility:awaitility:4.2.1' - implementation 'org.wiremock:wiremock:3.5.3' + implementation 'org.wiremock:wiremock:3.5.4' implementation 'org.apache.sshd:sshd-core:2.12.1' implementation 'org.assertj:assertj-core:3.25.3' implementation 'org.hamcrest:hamcrest-all:1.3'