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

Commit 11a4216

Browse files
authored
Merge pull request #244 from browserup/dependabot/gradle/org.mockito-mockito-core-3.3.3
Bump mockito-core from 3.3.1 to 3.3.3
2 parents f2f43c8 + 837b7e3 commit 11a4216

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
@@ -91,7 +91,7 @@ dependencies {
9191
testImplementation 'org.hamcrest:hamcrest:2.2'
9292
testImplementation 'org.hamcrest:hamcrest-library:2.2'
9393
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.24.1'
94-
testImplementation 'org.mockito:mockito-core:3.3.1'
94+
testImplementation 'org.mockito:mockito-core:3.3.3'
9595
testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
9696
testImplementation 'org.apache.httpcomponents:httpclient:4.5.12'
9797
}

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.2'
8282
testImplementation 'org.hamcrest:hamcrest-library:2.2'
83-
testImplementation 'org.mockito:mockito-core:3.3.1'
83+
testImplementation 'org.mockito:mockito-core:3.3.3'
8484
}

browserup-proxy-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898
testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.2'
9999
testImplementation 'org.hamcrest:hamcrest:2.2'
100100
testImplementation 'org.hamcrest:hamcrest-library:2.2'
101-
testImplementation 'org.mockito:mockito-core:3.3.1'
101+
testImplementation 'org.mockito:mockito-core:3.3.3'
102102
testImplementation 'org.seleniumhq.selenium:selenium-api:3.4.0'
103103
testImplementation 'org.awaitility:awaitility:4.0.2'
104104
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.24.1'

0 commit comments

Comments
 (0)