From 14745883d337c16b7ac6618f3125ec1d4df720bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:26:45 +0000 Subject: [PATCH] Bump com.github.tomakehurst:wiremock from 1.3.1 to 3.0.1 Bumps [com.github.tomakehurst:wiremock](https://github.com/wiremock/wiremock) from 1.3.1 to 3.0.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/commits/3.0.1) --- updated-dependencies: - dependency-name: com.github.tomakehurst:wiremock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- http-clients/github-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-clients/github-client/build.gradle b/http-clients/github-client/build.gradle index 699c8e8..cc84cdd 100644 --- a/http-clients/github-client/build.gradle +++ b/http-clients/github-client/build.gradle @@ -8,6 +8,6 @@ dependencies { // implementation project(":lib:feign-common") // implementation project(":lib:java-extras") testImplementation "ru.lanwen.wiremock:wiremock-junit5:1.3.1" - testImplementation "com.github.tomakehurst:wiremock:1.3.1" + testImplementation "com.github.tomakehurst:wiremock:3.0.1" // testImplementation project(":lib:test-common") }