From 0ea2bd717a0e778ef2b2958e237082f1f3056d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 07:16:24 +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 4f086f22..f8534c4e 100644 --- a/browserup-proxy-core/build.gradle +++ b/browserup-proxy-core/build.gradle @@ -90,7 +90,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.seleniumhq.selenium:selenium-firefox-driver:${seleniumVersion}" 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 e3eaa2ec..9f6b6d4b 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.0' testImplementation "xyz.rogfam: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.19.0' } diff --git a/browserup-proxy-rest/build.gradle b/browserup-proxy-rest/build.gradle index 567ec6f3..8d14db37 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.0' - testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0' + testImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.1' } task createVersionProperties() {