From 6ccf85b0f6b9f5b637152d990eeb5cdb8ed74979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:24:18 +0000 Subject: [PATCH] Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 3.0.1 Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.35.0 to 3.0.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/2.35.0...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] --- browserup-proxy-core/build.gradle | 2 +- browserup-proxy-rest-clients/build.gradle | 2 +- browserup-proxy-rest/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browserup-proxy-core/build.gradle b/browserup-proxy-core/build.gradle index e455143f..417a542e 100644 --- a/browserup-proxy-core/build.gradle +++ b/browserup-proxy-core/build.gradle @@ -89,7 +89,7 @@ dependencies { testImplementation "org.eclipse.jetty:jetty-servlet:${jettyVersion}" testImplementation "org.eclipse.jetty:jetty-servlets:${jettyVersion}" testImplementation "org.hamcrest:hamcrest:${hamcrestVersion}" - testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0' + testImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.1' testImplementation 'org.mockito:mockito-core:4.11.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' } diff --git a/browserup-proxy-rest-clients/build.gradle b/browserup-proxy-rest-clients/build.gradle index 81dd5205..a0b0263d 100644 --- a/browserup-proxy-rest-clients/build.gradle +++ b/browserup-proxy-rest-clients/build.gradle @@ -131,7 +131,7 @@ dependencies { testImplementation "org.seleniumhq.selenium:selenium-api:${seleniumVersion}" testImplementation 'org.awaitility:awaitility:4.2.2' testImplementation "io.github.littleproxy:littleproxy:${littleProxyVersion}" - testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0' + testImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.1' testImplementation 'org.testcontainers:testcontainers:1.20.1' } diff --git a/browserup-proxy-rest/build.gradle b/browserup-proxy-rest/build.gradle index 9f9f4687..a8abc80f 100644 --- a/browserup-proxy-rest/build.gradle +++ b/browserup-proxy-rest/build.gradle @@ -93,7 +93,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:4.11.0' testImplementation "org.seleniumhq.selenium:selenium-api:${seleniumVersion}" testImplementation 'org.awaitility:awaitility:4.2.2' - testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0' + testImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.1' } task createVersionProperties() {