From 49b3d61dacc1608cebd3f52a31b6103e905ed82b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 06:39:22 +0000 Subject: [PATCH] Bump mockito-core from 3.0.0 to 3.1.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.0.0...v3.1.0) 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 45fedf51e..22c08226d 100644 --- a/browserup-proxy-core/build.gradle +++ b/browserup-proxy-core/build.gradle @@ -90,7 +90,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:2.1' testImplementation 'org.hamcrest:hamcrest-library:2.1' testImplementation 'com.github.tomakehurst:wiremock-jre8:2.24.1' - testImplementation 'org.mockito:mockito-core:3.0.0' + testImplementation 'org.mockito:mockito-core:3.1.0' testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59' testImplementation 'org.apache.httpcomponents:httpclient:4.5.10' } diff --git a/browserup-proxy-mitm/build.gradle b/browserup-proxy-mitm/build.gradle index ecdc30858..5f6432e09 100644 --- a/browserup-proxy-mitm/build.gradle +++ b/browserup-proxy-mitm/build.gradle @@ -80,5 +80,5 @@ dependencies { testImplementation 'org.codehaus.groovy:groovy-all:2.5.8' 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.1.0' } diff --git a/browserup-proxy-rest/build.gradle b/browserup-proxy-rest/build.gradle index 1323b54f5..0f054b8dd 100644 --- a/browserup-proxy-rest/build.gradle +++ b/browserup-proxy-rest/build.gradle @@ -97,7 +97,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.1.0' testImplementation 'org.seleniumhq.selenium:selenium-api:3.4.0' testImplementation 'org.awaitility:awaitility:4.0.1' testImplementation 'xyz.rogfam:littleproxy:2.0.0-beta-3'