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

Commit 377f712

Browse files
authored
Merge pull request #181 from browserup/dependabot/gradle/org.mockito-mockito-core-3.1.0
Bump mockito-core from 3.0.0 to 3.1.0
2 parents 057aa26 + 49b3d61 commit 377f712

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)