From 71be7f9b324d9a332e1c9ee423cbd0691a557638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:21:55 +0000 Subject: [PATCH] Bump org.wiremock:wiremock from 3.9.0 to 3.9.1 Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.9.0 to 3.9.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.9.0...3.9.1) --- updated-dependencies: - dependency-name: org.wiremock:wiremock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c4c029a7a..7aca506f5 100644 --- a/build.gradle +++ b/build.gradle @@ -116,7 +116,7 @@ dependencies { implementation 'org.seleniumhq.selenium:selenium-remote-driver:4.23.0' implementation 'io.appium:java-client:9.2.3' implementation 'org.awaitility:awaitility:4.2.1' - implementation 'org.wiremock:wiremock:3.9.0' + implementation 'org.wiremock:wiremock:3.9.1' implementation 'org.apache.sshd:sshd-core:2.13.1' implementation 'org.assertj:assertj-core:3.26.3' implementation 'org.hamcrest:hamcrest-all:1.3'