From 738523705aafde6d674d902bae1fbdcb9a6a12ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 05:23:06 +0000 Subject: [PATCH] Bump mockito-core from 3.6.28 to 3.11.1 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.6.28 to 3.11.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.6.28...v3.11.1) Signed-off-by: dependabot-preview[bot] --- browserup-proxy-core/build.gradle | 2 +- browserup-proxy-mitm/build.gradle | 2 +- browserup-proxy-rest-clients/build.gradle | 2 +- browserup-proxy-rest/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/browserup-proxy-core/build.gradle b/browserup-proxy-core/build.gradle index 38f983e5b..fdcead141 100644 --- a/browserup-proxy-core/build.gradle +++ b/browserup-proxy-core/build.gradle @@ -95,7 +95,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'com.github.tomakehurst:wiremock-jre8:2.26.3' - testImplementation 'org.mockito:mockito-core:3.6.28' + testImplementation 'org.mockito:mockito-core:3.11.1' testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59' testImplementation 'org.apache.httpcomponents:httpclient:4.5.13' } diff --git a/browserup-proxy-mitm/build.gradle b/browserup-proxy-mitm/build.gradle index 71fbfb410..392835907 100644 --- a/browserup-proxy-mitm/build.gradle +++ b/browserup-proxy-mitm/build.gradle @@ -83,5 +83,5 @@ dependencies { testImplementation 'org.codehaus.groovy:groovy-all:3.0.7' testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2' - testImplementation 'org.mockito:mockito-core:3.6.28' + testImplementation 'org.mockito:mockito-core:3.11.1' } diff --git a/browserup-proxy-rest-clients/build.gradle b/browserup-proxy-rest-clients/build.gradle index 2f55a147b..70e1b4636 100644 --- a/browserup-proxy-rest-clients/build.gradle +++ b/browserup-proxy-rest-clients/build.gradle @@ -139,7 +139,7 @@ dependencies { testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.2' testImplementation 'org.hamcrest:hamcrest:2.1' testImplementation 'org.hamcrest:hamcrest-library:2.1' - testImplementation 'org.mockito:mockito-core:3.0.0' + testImplementation 'org.mockito:mockito-core:3.11.1' testImplementation 'org.seleniumhq.selenium:selenium-api:3.4.0' testImplementation 'org.awaitility:awaitility:3.1.6' testImplementation 'xyz.rogfam:littleproxy:2.0.0-beta-3' diff --git a/browserup-proxy-rest/build.gradle b/browserup-proxy-rest/build.gradle index cd458c4f8..6448cba13 100644 --- a/browserup-proxy-rest/build.gradle +++ b/browserup-proxy-rest/build.gradle @@ -101,7 +101,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2' - testImplementation 'org.mockito:mockito-core:3.6.28' + testImplementation 'org.mockito:mockito-core:3.11.1' testImplementation 'org.seleniumhq.selenium:selenium-api:3.4.0' testImplementation 'org.awaitility:awaitility:4.0.2' testImplementation 'com.github.tomakehurst:wiremock-jre8:2.24.1'