From c3af43a733a83a58727ea5b2af9b0424aa0f41b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 15:29:52 +0000 Subject: [PATCH] Bump com.github.tomakehurst:wiremock-jre8 from 2.35.2 to 3.0.1 Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.35.2 to 3.0.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/2.35.2...3.0.1) --- updated-dependencies: - dependency-name: com.github.tomakehurst:wiremock-jre8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d614b32..fd8cc91 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { testImplementation 'cloud.eppo:sdk-common-jvm:3.5.4:tests' testImplementation platform('org.junit:junit-bom:5.11.4') testImplementation 'org.junit.jupiter:junit-jupiter' - testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2' + testImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.1' testImplementation 'org.mockito:mockito-core:4.11.0' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' }