From 7c47858b9e1aa2ee25eaa31384bc6e2e7efbb527 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 05:37:54 +0000 Subject: [PATCH] Bump mockito-core from 3.3.3 to 3.6.28 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.3.3 to 3.6.28. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.3.3...v3.6.28) Signed-off-by: dependabot-preview[bot] --- browserup-proxy-core/build.gradle | 2 +- browserup-proxy-mitm/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 eb424a9a9..25814474c 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.3.3' + testImplementation 'org.mockito:mockito-core:3.6.28' 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 4a5fab934..2da0a9af9 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.3.3' + testImplementation 'org.mockito:mockito-core:3.6.28' } diff --git a/browserup-proxy-rest/build.gradle b/browserup-proxy-rest/build.gradle index 086e4a9d9..b923f1590 100644 --- a/browserup-proxy-rest/build.gradle +++ b/browserup-proxy-rest/build.gradle @@ -100,7 +100,7 @@ dependencies { testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.2' testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2' - testImplementation 'org.mockito:mockito-core:3.3.3' + testImplementation 'org.mockito:mockito-core:3.6.28' 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'