From e843010ffeb2eda8c966be9248323d299cf4c02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:12:26 +0000 Subject: [PATCH] Bump com.github.tomakehurst:wiremock-jre8 from 2.32.0 to 3.0.1 Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.32.0 to 3.0.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/2.32.0...3.0.1) --- updated-dependencies: - dependency-name: com.github.tomakehurst:wiremock-jre8 dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 42bec88..8ae199b 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -27,7 +27,7 @@ def getKeyPassword() { dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' - testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0" + testImplementation "com.github.tomakehurst:wiremock-jre8:3.0.1" testImplementation "org.mockito:mockito-core:3.12.4" implementation 'com.google.code.gson:gson:2.14.0'