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

Commit abca239

Browse files
authored
Merge pull request #333 from browserup/dependabot/gradle/org.mockito-mockito-core-3.6.28
Bump mockito-core from 3.3.3 to 3.6.28
2 parents 15d50c6 + 7c47858 commit abca239

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
@@ -95,7 +95,7 @@ dependencies {
9595
testImplementation 'org.hamcrest:hamcrest:2.2'
9696
testImplementation 'org.hamcrest:hamcrest-library:2.2'
9797
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.26.3'
98-
testImplementation 'org.mockito:mockito-core:3.3.3'
98+
testImplementation 'org.mockito:mockito-core:3.6.28'
9999
testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
100100
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
101101
}

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ dependencies {
8383
testImplementation 'org.codehaus.groovy:groovy-all:3.0.7'
8484
testImplementation 'org.hamcrest:hamcrest:2.2'
8585
testImplementation 'org.hamcrest:hamcrest-library:2.2'
86-
testImplementation 'org.mockito:mockito-core:3.3.3'
86+
testImplementation 'org.mockito:mockito-core:3.6.28'
8787
}

browserup-proxy-rest/build.gradle

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

0 commit comments

Comments
 (0)