Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 49b3d61

Browse files
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](mockito/mockito@v3.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1a876da commit 49b3d61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

browserup-proxy-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
testImplementation 'org.hamcrest:hamcrest:2.1'
9191
testImplementation 'org.hamcrest:hamcrest-library:2.1'
9292
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.24.1'
93-
testImplementation 'org.mockito:mockito-core:3.0.0'
93+
testImplementation 'org.mockito:mockito-core:3.1.0'
9494
testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
9595
testImplementation 'org.apache.httpcomponents:httpclient:4.5.10'
9696
}

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ dependencies {
8080
testImplementation 'org.codehaus.groovy:groovy-all:2.5.8'
8181
testImplementation 'org.hamcrest:hamcrest:2.1'
8282
testImplementation 'org.hamcrest:hamcrest-library:2.1'
83-
testImplementation 'org.mockito:mockito-core:3.0.0'
83+
testImplementation 'org.mockito:mockito-core:3.1.0'
8484
}

browserup-proxy-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies {
9797
testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.2'
9898
testImplementation 'org.hamcrest:hamcrest:2.1'
9999
testImplementation 'org.hamcrest:hamcrest-library:2.1'
100-
testImplementation 'org.mockito:mockito-core:3.0.0'
100+
testImplementation 'org.mockito:mockito-core:3.1.0'
101101
testImplementation 'org.seleniumhq.selenium:selenium-api:3.4.0'
102102
testImplementation 'org.awaitility:awaitility:4.0.1'
103103
testImplementation 'xyz.rogfam:littleproxy:2.0.0-beta-3'

0 commit comments

Comments
 (0)